basedrop 0.1.3

Memory management tools for real-time audio and other latency-critical scenarios
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented0 out of 0 items with examples
  • Size
  • Source code size: 39.56 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.66 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: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • micahrj/basedrop
    132 5 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • micahrj

🐟⤵️ basedrop

Cargo Documentation

A set of memory management tools for real-time audio and other latency-critical scenarios.

basedrop provides smart pointers analogous to Box and Arc which mark their contents for deferred collection on another thread rather than immediately freeing it, making them safe to drop on a real-time thread.

License

basedrop is distributed under the terms of both the MIT license and the Apache license, version 2.0. Contributions are accepted under the same terms.