#eventual-consistency

[ follow ]
fromInfoQ
1 week ago

Read-Copy-Update (RCU): The Secret to Lock-Free Performance

With pthread's rwlock (reader-writer lock) implementation, I got 23.4 million reads in five seconds. With read-copy-update (RCU), I had 49.2 million reads, a one hundred ten percent improvement with zero changes to the workload.
Software development
#distributed-systems
fromInfoQ
2 months ago
Software development

Somtochi Onyekwere on Distributed Data Systems, Eventual Consistency and Conflict-free Replicated Data Types

Corrosion provides open-source distributed-system infrastructure enabling fast, eventually consistent replication across nodes using CRDTs and supporting distributed networking and Kubernetes-oriented tooling.
fromInfoQ
2 months ago
DevOps

Fast Eventual Consistency: Inside Corrosion, the Distributed System Powering Fly.io

Corrosion is an eventually consistent distributed system at Fly that prioritizes speed to route users to nearest app instances using Anycast and edge servers.
fromInfoQ
2 months ago
Software development

Somtochi Onyekwere on Distributed Data Systems, Eventual Consistency and Conflict-free Replicated Data Types

fromInfoQ
2 months ago
DevOps

Fast Eventual Consistency: Inside Corrosion, the Distributed System Powering Fly.io

[ Load more ]