Crates.io | rapidsync |
lib.rs | rapidsync |
version | 0.1.9-alpha1 |
source | src |
created_at | 2023-08-03 17:15:19.314863 |
updated_at | 2023-08-03 23:21:27.912163 |
description | Rapid & threadsafe embedded data stores |
homepage | https://botnet.blog |
repository | |
max_upload_size | |
id | 933845 |
size | 8,698 |
Rapidsync is a combination of data stores that offers (threadsafe) interior mutability without mutable references. It aims to be as safe, as performant, and as flexible as possible, in that order.
This library was built because we loved the flexibility of DashMap, but wanted a safer approach for super high-traffic systems.
This library is in alpha. Help make it better! Open an issue or pull request if you have a performance suggestion, want a new feature, or experience issues.
high performance, threadsafe stores offering stress-free simple interfaces, copy-free reads, fast writes, and mutable references - without having mutable references to the store itself
the map - coming soon
drop