Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support performance profiling via pprof
This adds support for performance profiling that allows for finding the bottlenecks and performance optimizations. It can be enabled via `profiler` feature and the `bench` build profile. ```shell cargo build --profile=bench --features=profiler ```
- Loading branch information