Zallocator

[github][Github-url] LoC [Build][CI-url] [codecov][codecov-url] [docs.rs][doc-url] [crates.io][crates-url] [crates.io][crates-url] [license-apache][license-apache-url] [license-mit][license-mit-url] Amortizes the cost of small allocations by allocating memory in bigger chunks.
## Installation ```toml zallocator = "0.5" ``` - Enable async related methods ```toml zallocator = { version = "0.5", features = ["future"] } ``` - Without `std` ```toml zallocator = { version = "0.5", default-features = false, features = ["core"] } ``` ## License Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. [Github-url]: https://github.com/al8n/zallocator/ [CI-url]: https://github.com/al8n/zallocator/actions/workflows/ci.yml [doc-url]: https://docs.rs/zallocator [crates-url]: https://crates.io/crates/zallocator [codecov-url]: https://app.codecov.io/gh/al8n/zallocator/ [license-url]: https://opensource.org/licenses/Apache-2.0 [rustc-url]: https://github.com/rust-lang/rust/blob/master/RELEASES.md [license-apache-url]: https://opensource.org/licenses/Apache-2.0 [license-mit-url]: https://opensource.org/licenses/MIT