Skip to content

al8n/zallocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published