basho / riak_dt

Convergent replicated datatypes in Erlang
Apache License 2.0
353 stars 70 forks source link

Do not sort lists of ops given to OR-Sets #95

Closed russelldb closed 10 years ago

russelldb commented 10 years ago

Sorting means that batch operations applied by the same actor behave differently to separate operations applied linearly. There is no need to sort, it is a throwback from some mistaken assumptions in early development, before we had context removes.

lenary commented 10 years ago

+1 6d63176

russelldb commented 10 years ago

@borshop merge