Skip to content

Commit 9699a7e

Browse files
authored
Merge pull request #12 from asder8215/using_cells
bump patch version
2 parents 9c25ebc + 4a9a622 commit 9699a7e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change for shardedringbuf:
22

3+
## In v0.1.1:
4+
* Changed the enqueue and dequeue indices to Cell usize rather than AtomicUsize in `InnerRingBuffer<T>` because everything is protected under a shard lock.
5+
36
## In v0.1.0:
47
* A new policy has been made called `CFT` (or Completely Fair Tasks). See `src/task_local_spawn.rs` for more details.
58
* Spawn functions have been refactored to specifically call on enqueue and dequeue functions

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sharded_ringbuf"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
rust-version="1.87.0"
66
description = """

0 commit comments

Comments
 (0)