vacuumlabs/persistent

== does should benefit from structure-sharing when possible

Closed this issue · 1 comments

i.e.

bigmap.assoc(key, val) == bigmap

should take only O(1) time

Also, the idea of computing and storing of a hashcode for each comparison should probably be revisited?