Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 7.45 KB

README.md

File metadata and controls

63 lines (47 loc) · 7.45 KB

Zallocator

github LoC Build codecov

docs.rs crates.io crates.io

license-apache license-mit

Amortizes the cost of small allocations by allocating memory in bigger chunks.

Installation

zallocator = "0.5"
  • Enable async related methods

    zallocator = { version = "0.5", features = ["future"] }
  • Without std

    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.