basho / riak_dt

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

New OR-Set implementation, should save muchos bytos #51

Closed lenary closed 10 years ago

lenary commented 11 years ago

Github got confused and closed #49, so work is here (we were screwing around with branches)

Needed:

lenary commented 11 years ago

I've rebased onto develop and added stuff about precondition errors and context. The model still passes.

I haven't run dialyzer. It probably hates me.

seancribbs commented 10 years ago

I've run the orset_bm against this, it uses way more space than the ORSWOT (proportional to the number of adds), but is not significantly slower for it. :+1:, I'll handle the merge.

lenary commented 10 years ago

:hammer: :hand: