Is it possible to have multi states in genserver?

Large parts of the “new state” may in fact be the “old state” - thanks to immutability, persistent data structures are possible, so that “minimal update” will likely not create a whole new copy of the state.

3 Likes