housekeeping 0.0.2

A concurrent memory reclaimer for periodic cleanups.
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 0 items with examples
  • Size
  • Source code size: 105.32 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 33s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bal-e

housekeeping: Cleaning up while you're away

housekeeping is a concurrent memory reclamation library for Rust; it helps build complex concurrent data structures. It is inspired by seize and crossbeam_epoch, but is simpler and offers lower-level interfaces.

Origin

housekeeping is being developed for krabby, an experimental Rust compiler, with different goals and limitations compared to seize and crossbeam_epoch. It is offered as a standalone crate in the hope that it may prove useful for other concurrent data structure libraries.

License

Copyright (C) 2026 arya dradjica (hut1zulljl4lxd2h@bal-e.org)

housekeeping is available under the MIT or Apache-2.0 licenses, at your option. Their terms are available in LICENSES/MIT.txt and LICENSES/Apache-2.0.txt respectively.