#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

#933 in Concurrency

Download history 567/week @ 2024-03-17 1119/week @ 2024-03-24 799/week @ 2024-03-31 916/week @ 2024-04-07 303/week @ 2024-04-14 1321/week @ 2024-04-21 862/week @ 2024-04-28 488/week @ 2024-05-05 805/week @ 2024-05-12 1032/week @ 2024-05-19 539/week @ 2024-05-26 423/week @ 2024-06-02 677/week @ 2024-06-09 354/week @ 2024-06-16 702/week @ 2024-06-23 412/week @ 2024-06-30

2,159 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