/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

surfingcomplexity.blog
| | morestina.net
9.5 parsecs away

Travel
| | While working on speeding up a Python extension written in C++, I needed a queue to distribute work among threads, and possibly to gather their results. What I had in mind was something akin to Pyt...
| | jepsen.io
2.7 parsecs away

Travel
| |
| | www.bailis.org
9.3 parsecs away

Travel
| | [AI summary] A technical article introduces 'invariant confluence' (I-confluence), a property that determines when database consistency can be achieved without coordination or synchronous communication, leading to significant performance improvements in distributed systems.
| | surfingcomplexity.blog
23.7 parsecs away

Travel
| In the previous blog post, we saw how a transaction isolation strategy built on multi-version concurrency control (MVCC) does not implement the serializable isolation level. Instead, it implements a weaker isolation level called snapshot isolation. In this post, I'll discuss how that MVCC model can be extended in order to achieve serializability, based on work...