mimalloc_rust VS jemallocator

Compare mimalloc_rust vs jemallocator and see what are their differences.

mimalloc_rust

A Rust wrapper over Microsoft's MiMalloc memory allocator (by purpleprotocol)

jemallocator

Rust allocator using jemalloc as a backend (by tikv)
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
mimalloc_rust jemallocator
6 2
460 316
6.3% 4.5%
6.2 5.4
6 days ago 2 days ago
Rust Rust
MIT License GNU General Public License v3.0 or later
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.

mimalloc_rust

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

jemallocator

Posts with mentions or reviews of jemallocator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-08.
  • Bizarre memory leak caused by tokio runtime
    4 projects | /r/rust | 8 Sep 2022
    I was able to replicate the issue with the sample code, but not when using a different allocator (https://github.com/tikv/jemallocator). I understand the default allocator on Linux is malloc (https://doc.rust-lang.org/std/alloc/struct.System.html), and while looking up the differences between the two, it seems like jemalloc handles memory fragmentation much better (https://engineering.linkedin.com/blog/2021/taming-memory-fragmentation-in-venice-with-jemalloc). Maybe that's what's going on?
  • Maintenance status (jemallocator)
    6 projects | /r/rust | 11 Jan 2022
    There's an actively-maintained "simplified" fork at https://github.com/tikv/jemallocator.

What are some alternatives?

When comparing mimalloc_rust and jemallocator you can also consider the following projects:

snmalloc - Message passing based allocator

rust-scudo

mimalloc - mimalloc is a compact general purpose allocator with excellent performance.

jemalloc

jemallocator - Rust allocator using jemalloc as a backend

rust - Empowering everyone to build reliable and efficient software.

Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!

rkyv - Zero-copy deserialization framework for Rust

rfc-leadership-council - RFCs for changes to Rust

tokio - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...