basho / riak_dt

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

Review/optimize binary formats #56

Closed seancribbs closed 10 years ago

seancribbs commented 11 years ago

Reduce usage of term_to_binary where we can manage it.

seancribbs commented 10 years ago

This has already been addressed, apparently t2b with compression is better than anything we can muster.