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: collections/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
@@ -15,7 +15,7 @@
15
15
16
16
Provides concurrent thread-safe collections for highly concurrent scenarios in Java 17+.
17
17
18
-
***SyncMap**: A high-performance implementation of `ConcurrentMap`.
18
+
***BucketSyncMap**: A high-performance implementation of `ConcurrentMap`.
19
19
20
20
* Fully compatible with the Java Collections Framework (`ConcurrentMap`).
21
21
* Delivers up to **2× higher update throughput** than `ConcurrentHashMap` under heavy contention, while matching its performance for reads and other operations.
0 commit comments