August 2022
Beginner to intermediate
424 pages
10h 19m
English
Conflicts at home
This chapter covers
The changes required for system manage concurrency are only in the commit phase. They involve a reconciliation algorithm that is universal, in the sense that it can be used in any system where data is represented as an immutable hash map. The implementation of the reconciliation algorithm is efficient because subsequent versions of the system state are created via structural sharing.
In the previous chapter, we illustrated the multiversion approach to state management, where a mutation is split into two ...
Read now
Unlock full access