$ tikv-jemallocator
v0.7.0MAJOR UPDATEA Rust allocator backed by jemalloc
Latest Update Summary
Crate
Name: tikv-jemallocator New version: 0.6.1 Release date: 2023-07-27T16:23:15Z
Crate readme
Short description
Long description
Features
Code Examples
Links
https://docs.rs/jemallocator https://api.github.com/repos/tikv/jemallocator/releases/113859881
Release info
Release version: 0.6.1
Release description
This version includes several key updates. Notably, a new feature called disable_initial_exec_tls has been added for the jemalloc-ctl, which allows users more control over thread-local storage behavior (#59). Additionally, the definition of c_bool has been corrected for non-MSVC targets, addressing an issue that could lead to inconsistency in compatibility (#54). The disable_cache_oblivious feature has also been introduced, providing alternatives for memory allocation strategies (#51). Lastly, support for the loongarch64 architecture has been added, expanding the range of systems that can utilize this library effectively (#42). These changes enhance the library's compatibility and performance across various environments.
Code Examples
Minor update: 0.6.1 → 0.7.0
$ DOWNLOADS TREND
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add tikv-jemallocatorOr add to Cargo.toml: tikv-jemallocator = "0.7.0"