We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a submodule to work with pprof inside the Pyroscope API module: https://github.com/metrico/qryn/tree/master/pyroscope/pprof-bin . As far as it works with binary data at most, it's written in Rust and compiled as a wasm module.
We have to clean the code of the module.
As far as it was the one of the first pieces of Rust code written by its developer, the quality of code can be much better.
Also there may be unoptimized pieces of code with underline memory copy unnoticed.
We have to do a set of steps in order to raise the quality of code.
merge
bfs
merge_trie
diff_tree
merge.rs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
There is a submodule to work with pprof inside the Pyroscope API module: https://github.com/metrico/qryn/tree/master/pyroscope/pprof-bin . As far as it works with binary data at most, it's written in Rust and compiled as a wasm module.
We have to clean the code of the module.
Why
As far as it was the one of the first pieces of Rust code written by its developer, the quality of code can be much better.
Also there may be unoptimized pieces of code with underline memory copy unnoticed.
How
We have to do a set of steps in order to raise the quality of code.
merge
,bfs
,merge_trie
,diff_tree
functions so they become easier to readmerge.rs
on possible leaks and unoptimized code parts https://github.com/metrico/qryn/blob/master/pyroscope/pprof-bin/src/merge.rsThe text was updated successfully, but these errors were encountered: