basedrop 0.1.2

Memory-management tools for real-time audio and other latency-critical scenarios
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented0 out of 1 items with examples
  • Size
  • Source code size: 39.30 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.54 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • micahrj/basedrop
    126 5 3
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • glowcoil

🐟⤵️ 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.