Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxch3n/crdt-bench-native
https://github.com/zxch3n/crdt-bench-native
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zxch3n/crdt-bench-native
- Owner: zxch3n
- Created: 2023-01-13T10:55:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T05:49:20.000Z (6 months ago)
- Last Synced: 2024-10-04T16:22:07.142Z (about 1 month ago)
- Language: Rust
- Size: 813 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Native CRDT benchmark
| Tasks | automerge | loro | diamond-type | yrs |
|:------------------------|:-----------------|:-----------------|:----------------|:-------------------|
| automerge - apply | 344.73 ± 0.84 ms | 62.59 ± 0.20 ms | 19.67 ± 0.90 ms | 4239.71 ± 65.33 ms |
| automerge - decode time | 394.37 ± 3.36 ms | 1.10 ± 0.006 ms | 1.92 ± 0.01 ms | 4.42 ± 0.01 ms |
| automerge - encode time | 9.37 ± 0.02 ms | 1.34 ± 0.005 ms | 1.17 ± 0.01 ms | 558.97 ± 2.05 us |
| concurrent list inserts | 58.55 ± 0.23 ms | 109.04 ± 0.49 ms | Unknown | 15.21 ± 0.04 ms |
| list_random_insert_1k | 265.08 ± 0.77 ms | 8.78 ± 0.019 ms | Unknown | 5.78 ± 0.01 ms |