Brandon Holt edited datatypes.md  about 9 years ago

Commit id: 0855ba8c0f2decc285341e455f32ddd34b39e474

deletions | additions      

       

Choosing the right ADT for your application can have profound performance implications. By selecting the semantics that are most permissive or specialized for the particular use case, programmers can ensure that the system is given the best chance of scaling performance effectively.  ## Conflict-free replicated data types  >  *introduce CRDTs here rather than in Sec \ref{sec:commutativity}? not sure I have enough evidence to make this into its own section...*