/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

decomposition.al
| | mattweidner.com
10.8 parsecs away

Travel
| | [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
15.9 parsecs away

Travel
| | [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
11.6 parsecs away

Travel
| | Resources and community around CRDT technology - papers, blog posts, code and more.
| | cppstories.com
28.4 parsecs away

Travel
| 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.