Changes between Version 17 and Version 18 of SoC2015
- Timestamp:
- Feb 24, 2015, 2:43:24 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2015
v17 v18 71 71 72 72 ==== Potential project extension funded by Boost ==== 73 To implement ordered and/or nearly-ordered concurrent associative containers in addition to unordered ones.73 To implement ordered and/or nearly-ordered concurrent associative containers (concurrent_set, concurrent_multiset, concurrent_map and concurrent_multimap) in addition to unordered ones. Rather than using red-black trees which have pathological performance under multithreaded usage, one would almost certainly use [http://www.nedprod.com/programs/portable/nedtries/ bitwise tries] here instead as these are very amenable to a very high performance concurrent implementation. 74 74 75 75 ==== Programming competency test ====