ordered-pool-allocator 0.1.1

A fast and compact pool allocator with block sorting support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ordered-pool-allocator"
version = "0.1.1"
authors = ["George Lim <lim.george@me.com>"]
edition = "2021"
description = "A fast and compact pool allocator with block sorting support."
repository = "https://github.com/george-lim/ordered-pool-allocator"
license = "MIT OR Apache-2.0"
keywords = ["allocator", "memory-pool"]
categories = ["data-structures", "memory-management"]

[dev-dependencies]
rand = "0.9"

[profile.test]
opt-level = 3