zallocator 0.5.1

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

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