#arena-allocator #arena #allocator #pool

colosseum

A variety of arena allocators for Rust, including thread-safe arenas

4 releases

Uses old Rust 2015

0.2.2 Sep 18, 2017
0.2.1 Sep 18, 2017
0.2.0 Sep 18, 2017
0.1.1 May 27, 2017
0.1.0 May 27, 2017

#1120 in Concurrency

Download history 1055/week @ 2024-11-16 523/week @ 2024-11-23 1078/week @ 2024-11-30 1434/week @ 2024-12-07 1381/week @ 2024-12-14 1103/week @ 2024-12-21 1491/week @ 2024-12-28 1707/week @ 2025-01-04 1492/week @ 2025-01-11 943/week @ 2025-01-18 1011/week @ 2025-01-25 485/week @ 2025-02-01 1443/week @ 2025-02-08 1530/week @ 2025-02-15 521/week @ 2025-02-22 700/week @ 2025-03-01

4,334 downloads per month
Used in 4 crates

MIT/Apache

14KB
231 lines

Build Status Docs Status On crates.io

colosseum: A variety of arena allocators for Rust

At present, the colosseum crate provides the following arena allocators:

  • unsync::Arena: a simple arena allocator for a single type.
  • sync::Arena: a thread-safe version of unsync::Arena.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps