Skip to content

Commit 5b902a7

Browse files
chore(syncmap): update readme
1 parent d7d0e47 commit 5b902a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

collections-fastutil/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
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
1818
Provides 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.

0 commit comments

Comments
 (0)