Crates.io | zallocator |
lib.rs | zallocator |
version | 0.5.1 |
source | src |
created_at | 2022-07-08 16:19:17.437606 |
updated_at | 2024-03-06 13:48:58.500973 |
description | Amortizes the cost of small allocations by allocating memory in bigger chunks. |
homepage | |
repository | https://github.com/al8n/zallocator |
max_upload_size | |
id | 621978 |
size | 124,532 |
zallocator = "0.5"
Enable async related methods
zallocator = { version = "0.5", features = ["future"] }
Without std
zallocator = { version = "0.5", default-features = false, features = ["core"] }