tree-buf VS dhat-rs

Compare tree-buf vs dhat-rs and see what are their differences.

tree-buf

An experimental serialization system written in Rust (by That3Percent)

dhat-rs

Heap profiling and ad hoc profiling for Rust programs. (by nnethercote)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tree-buf dhat-rs
3 7
252 682
- -
0.0 4.9
about 1 year ago 3 months ago
Rust Rust
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tree-buf

Posts with mentions or reviews of tree-buf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-11.
  • rkyv is faster than {bincode, capnp, cbor, flatbuffers, postcard, prost, serde_json}
    9 projects | /r/rust | 11 Mar 2021
    I think this is great. Could you add tree-buf as well to your benchmarks?
  • Introducing the Firestorm profiler
    3 projects | /r/rust | 16 Feb 2021
    I should probably write some examples. If you need some right now you can see instrumenting in https://github.com/That3Percent/tree-buf and profiling in https://github.com/That3Percent/tree-buf-benches. Those haven't been updated to use the latest version of Firestorm yet though.
  • Blog post: (I want) A Better Rust Profiler
    7 projects | /r/rust | 10 Feb 2021
    First, it's extremely low overhead. I created it for TreeBuf after finding that the existing intrusive profilers available were introducing so much overhead and noise into the result as to make the output flamegraphs meaningless. When you're working on code that is supposed to be the fastest in it's class, you need a profiler with the same ideals.

dhat-rs

Posts with mentions or reviews of dhat-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-03.

What are some alternatives?

When comparing tree-buf and dhat-rs you can also consider the following projects:

rkyv - Zero-copy deserialization framework for Rust

heaptrack - A heap memory profiler for Linux

bytecheck - Memory validation framework for Rust

flamegraph - Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3

tracy - Frame profiler

hotspot - The Linux perf GUI for performance analysis.

rust-serialization-benchmarks

memory-profiler - A memory profiler for Linux. [Moved to: https://github.com/koute/bytehound]

iai - Experimental one-shot benchmarking/profiling harness for Rust

itm - ARMv7-M ITM packet protocol decoder library crate and CLI tool.

firestorm - A fast intrusive flamegraph