Brandon Holt added datatypes.md  about 9 years ago

Commit id: 87ec092ef14e731434a8efcf1f5a48b328b3e642

deletions | additions      

         

# ADT Selection  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}?