Changes between Version 43 and Version 44 of SoC2014


Ignore:
Timestamp:
Feb 19, 2014, 1:52:12 AM (9 years ago)
Author:
Niall Douglas
Comment:

Added note about B trees being worked upon by Beman before

Legend:

Unmodified
Added
Removed
Modified
  • SoC2014

    v43 v44  
    429429== Data strutures ==
    430430* Trie data structure, extending the work done during GSoC 2013.
    431 * B-tree data structure
     431* B-tree data structure, extending the work previously done by Beman Dawes.
    432432* Concurrent containers (unordered_map, unordered_set, vector, forward_list)
    433433* Slim string (as opposed to the fat std::string interface, maybe immutable, maybe policy based)