Skip to content

Commit 978bdad

Browse files
chore(readme): update readme
1 parent afc95e4 commit 978bdad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

collections-fastutil/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
Provides concurrent thread-safe collections for highly concurrent scenarios with `fastutil` in Java 17+.
1717

18-
* **X2ObjectSyncMap**: A high-performance implementation of `X2ObjectMap`'s with `fastutil`.
18+
* **X2ObjectBucketSyncMap**: A high-performance implementation of `X2ObjectMap`'s with `fastutil`.
1919

2020
* Fully compatible with the `fastutil` X2Object collections.
2121
* Delivers up to **40× higher read and write throughput** than `X2ObjectMaps#synchronize()` under heavy contention.

collections/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
Provides concurrent thread-safe collections for highly concurrent scenarios in Java 17+.
1717

18-
* **SyncMap**: A high-performance implementation of `ConcurrentMap`.
18+
* **BucketSyncMap**: A high-performance implementation of `ConcurrentMap`.
1919

2020
* Fully compatible with the Java Collections Framework (`ConcurrentMap`).
2121
* Delivers up to **2× higher update throughput** than `ConcurrentHashMap` under heavy contention, while matching its performance for reads and other operations.

0 commit comments

Comments
 (0)