You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
# Change for shardedringbuf:
2
2
3
-
## In v0.1.1:
3
+
## In v0.1.3:
4
4
*`ShardedRingBuf<T>` has been refactored to only support the previous Pin policy code from previous iteration (see `exp_srb/` to see previous iteration)
5
5
* A new hybrid lock-free/async-waiting data structure added to this crate called `MLFShardedRingBuf<T>` (Most Lock Free Sharded Ring Buffer)
6
6
* Benchmarking results has been collected through Criterion and shown on README.md
7
7
* Lots of refactoring and documentation updates
8
8
9
+
## In v0.1.2:
10
+
* Forgot to update this, so you might want to check the commit history for this
11
+
9
12
## In v0.1.1:
10
13
* Changed the enqueue and dequeue indices to Cell usize rather than AtomicUsize in `InnerRingBuffer<T>` because everything is protected under a shard lock.
0 commit comments