You need to sign in or sign up before continuing.
Improvements to HashTable internals
- Nov 03, 2017
-
-
Mark OLESEN authoreda50c10cd
-
Mark OLESEN authored
- make single-parameter construct (label) explicit - consolidate iterators - slightly reduced overhead for some HashSet types - improved resizing behaviour - compact output for empty Ptr hashes
abc9f31c -
Mark OLESEN authored
- unused, unmaintained and slower than the regular HashTable
147af60a -
Mark OLESEN authored
- the zero::null and one::null sub-classes add an additional null output adapter. The function of the nil class (special-purpose class only used for HashSet) is now taken by zero::null.
73524346
-