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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ The algorithm’s correctness is validated under the [C++11 memory model](https:
82
82
83
83
[Benchmark results](benches/README.md) highlight both the impact of reducing the number of atomic RMW and cache locality.
84
84
85
-
## Safety
85
+
###Safety
86
86
87
87
The algorithm is implemented using **100% safe Rust**. However, the safe version includes redundant bounds checks and complex layout logic to group counters within a single cache line.
0 commit comments