purpleprotocol / mimalloc_rust

A Rust wrapper over Microsoft's MiMalloc memory allocator
MIT License
481 stars 42 forks source link

`secure` is still described as the default on docs.rs #114

Closed samuelcolvin closed 1 month ago

samuelcolvin commented 1 month ago

from https://docs.rs/mimalloc/latest/mimalloc/:

Usage without secure mode

By default this library builds mimalloc in secure mode. This means that heap allocations are encrypted, but this results in a 3% increase in overhead.

Since 0.1.38, specifically ec6b98da1671e70bc6ef69bb0031ddc52893e810, that's no longer the case.