#arena #allocator #pool #concurrent

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

#716 in Concurrency

Download history 606/week @ 2023-02-10 1182/week @ 2023-02-17 1467/week @ 2023-02-24 1773/week @ 2023-03-03 2420/week @ 2023-03-10 2144/week @ 2023-03-17 1275/week @ 2023-03-24 233/week @ 2023-03-31 926/week @ 2023-04-07 275/week @ 2023-04-14 47/week @ 2023-04-21 90/week @ 2023-04-28 53/week @ 2023-05-05 214/week @ 2023-05-12 211/week @ 2023-05-19 71/week @ 2023-05-26

559 downloads per month
Used in 4 crates

MIT/Apache

13KB
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