Changes between Version 43 and Version 44 of SoC2014
- Timestamp:
- Feb 19, 2014, 1:52:12 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2014
v43 v44 429 429 == Data strutures == 430 430 * 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. 432 432 * Concurrent containers (unordered_map, unordered_set, vector, forward_list) 433 433 * Slim string (as opposed to the fat std::string interface, maybe immutable, maybe policy based)