bias-shared-arena 0.8.5

A thread-safe & efficient memory pool
Documentation
  • Coverage
  • 90.91%
    10 out of 11 items documented6 out of 6 items with examples
  • Size
  • Source code size: 180.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.26 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • binarly-io/bias-shared-arena
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • xorpse

bias-shared-arena

Vendored version of shared_arena with modifications for BIAS.

Changes:

  • Added make_mut for ArenaArc and ArenaRc.
  • Added into_raw and from_raw for ArenaArc, ArenaRc, and ArenaBox.
  • Improvements to Arena::shrink_to_fit for large N.