zallocator

Crates.iozallocator
lib.rszallocator
version0.5.1
sourcesrc
created_at2022-07-08 16:19:17.437606
updated_at2024-03-06 13:48:58.500973
descriptionAmortizes the cost of small allocations by allocating memory in bigger chunks.
homepage
repositoryhttps://github.com/al8n/zallocator
max_upload_size
id621978
size124,532
Al Liu (al8n)

documentation

https://docs.rs/zallocator

README

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.
Commit count: 0

cargo fmt