File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88![ Build Status] ( https://github.com/vectrix-space/sync/actions/workflows/build.yml/badge.svg )
99[ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue )] ( license.txt )
1010[ ![ Discord] ( https://img.shields.io/discord/819522977586348052 )] ( https://discord.gg/rYpaxPFQrj )
11- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/space.vectrix/sync-collections?label=stable )] ( https://search.maven.org/search?q=g:space.vectrix%20AND%20a:sync* )
12- ![ Maven Snapshot Version] ( https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fcentral.sonatype.com%2Frepository%2Fmaven-snapshots%2Fspace%2Fvectrix%2Fsync-collections%2Fmaven-metadata.xml&query=%2Fmetadata%2Fversioning%2Flatest&label=dev )
11+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/space.vectrix/sync-collections-fastutil ?label=stable )] ( https://search.maven.org/search?q=g:space.vectrix%20AND%20a:sync* )
12+ ![ Maven Snapshot Version] ( https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fcentral.sonatype.com%2Frepository%2Fmaven-snapshots%2Fspace%2Fvectrix%2Fsync-collections-fastutil %2Fmaven-metadata.xml&query=%2Fmetadata%2Fversioning%2Flatest&label=dev )
1313
1414</div >
1515
1616> This project is experimental and not considered stable for production yet.
1717
1818Provides concurrent thread-safe collections for highly concurrent scenarios with ` fastutil ` in Java.
1919
20- * ** X2ObjectSyncMap** : A high-performance implementation of ` ConcurrentMap ` in Java.
20+ * ** X2ObjectSyncMap** : A high-performance implementation of ` X2ObjectMap ` 's with ` fastutil ` in Java.
2121
2222 * Fully compatible with the ` fastutil ` X2Object collections.
2323 * Delivers up to ** 40× higher read and write throughput** than ` X2ObjectMaps#synchronize() ` under heavy contention.
You can’t perform that action at this time.
0 commit comments