lasp-lang / types

Prototype implementation of Conflict-free Replicated Data Types (CRDTs) in Erlang.
https://lasp-lang.org
Apache License 2.0
140 stars 13 forks source link

implement all queries for Pure with no compaction + tests #53

Closed gyounes closed 8 years ago

cmeiklejohn commented 8 years ago

Looks good to me: some minor comments about performance, but otherwise seems 👍

vitorenesduarte commented 8 years ago

Set queries should return a set like in this implementation No need for lists:usort or lists:reverse