#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

#844 in Concurrency

Download history 1192/week @ 2024-07-23 1949/week @ 2024-07-30 1761/week @ 2024-08-06 1615/week @ 2024-08-13 788/week @ 2024-08-20 633/week @ 2024-08-27 2119/week @ 2024-09-03 1224/week @ 2024-09-10 1528/week @ 2024-09-17 1460/week @ 2024-09-24 1526/week @ 2024-10-01 935/week @ 2024-10-08 1628/week @ 2024-10-15 1537/week @ 2024-10-22 1465/week @ 2024-10-29 1498/week @ 2024-11-05

6,359 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