#scenario #shared #basedrop

basedrop

Memory-management tools for real-time audio and other latency-critical scenarios

1 unstable release

0.1.2 Jun 24, 2021
0.1.1 Mar 4, 2021
0.1.0 Jan 18, 2021

#13 in #scenario

Download history 589/week @ 2024-12-11 295/week @ 2024-12-18 30/week @ 2024-12-25 248/week @ 2025-01-01 276/week @ 2025-01-08 623/week @ 2025-01-15 339/week @ 2025-01-22 382/week @ 2025-01-29 488/week @ 2025-02-05 391/week @ 2025-02-12 267/week @ 2025-02-19 418/week @ 2025-02-26 212/week @ 2025-03-05 538/week @ 2025-03-12 335/week @ 2025-03-19 378/week @ 2025-03-26

1,487 downloads per month
Used in 30 crates (5 directly)

MIT/Apache

27KB
459 lines

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

No runtime deps