basedrop 0.1.3

Memory management tools for real-time audio and other latency-critical scenarios
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 0.1.3


- Fix memory orderings in `Node::queue_drop` and `Collector::collect_one`.

# 0.1.2


- Fix bugs in implementation of SharedCell::new(), get(), and replace().

# 0.1.1


- Fix unsound usage of `*mut Node<()>` to access members of a `Node<T>`.
- Fix memory ordering in `SharedCell::replace()`.

# 0.1.0


- First release.