#arena-allocator #arena

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

#984 in Concurrency

Download history 1303/week @ 2024-12-13 1020/week @ 2024-12-20 1319/week @ 2024-12-27 1882/week @ 2025-01-03 1800/week @ 2025-01-10 975/week @ 2025-01-17 912/week @ 2025-01-24 506/week @ 2025-01-31 1402/week @ 2025-02-07 1369/week @ 2025-02-14 845/week @ 2025-02-21 689/week @ 2025-02-28 1216/week @ 2025-03-07 1507/week @ 2025-03-14 1698/week @ 2025-03-21 815/week @ 2025-03-28

5,436 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