#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

#895 in Concurrency

Download history 881/week @ 2023-12-15 1367/week @ 2023-12-22 1449/week @ 2023-12-29 760/week @ 2024-01-05 630/week @ 2024-01-12 464/week @ 2024-01-19 1264/week @ 2024-01-26 413/week @ 2024-02-02 743/week @ 2024-02-09 1124/week @ 2024-02-16 608/week @ 2024-02-23 1116/week @ 2024-03-01 576/week @ 2024-03-08 556/week @ 2024-03-15 1052/week @ 2024-03-22 500/week @ 2024-03-29

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