laforge49 / aatree

Immutable AA Tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop the sorted distinction in transcribe?

laforge49 opened this issue · comments

Things would be a lot more convenient in transcribe if we did not distinguish between hash and sorted sets and maps. I'll note EDN nodes not.

Another advantage here is that we can serialize transactions using edn and when processing updates any maps get converted back to sorted maps. Without this change we can not use edn for serialization!