|
You are here |
decomposition.al | ||
| | | | |
mattweidner.com
|
|
| | | | | [AI summary] This text provides an in-depth exploration of CRDTs (Conflict-Free Replicated Data Types), covering various data structures and algorithms for managing concurrent data in distributed systems. It includes discussions on unique sets, state-based CRDTs, and optimized versions that avoid tombstones. The text also touches on different CRDT types, such as OR-sets and unique sets, and their implementations, along with their applications in collaborative applications. The content is part of a series of blog posts by Matthew Weidner, a PhD student at CMU, focusing on the theory and practice of CRDTs. | |
| | | | |
eli.thegreenplace.net
|
|
| | | | | [AI summary] An introductory post from a blog series detailing the implementation of the Raft distributed consensus algorithm in the Go programming language. | |
| | | | |
crdt.tech
|
|
| | | | | Resources and community around CRDT technology - papers, blog posts, code and more. | |
| | | | |
cppstories.com
|
|
| | | Maybe I'll be boring with this note, but again I need to write that this was another good year for C++! Here's a bunch of facts: Visual Studio 2015 was released with great support for C++14/17 and even more experimental features. Long-awaited GCC 5.0 was released at the beginning of the year. | ||