ENH: improvements to HashTable internals

- make single-parameter construct (label) explicit
- consolidate iterators
- slightly reduced overhead for some HashSet types
- improved resizing behaviour
- compact output for empty Ptr hashes
This commit is contained in:
Mark Olesen
2017-10-31 08:46:47 +01:00
parent db552fb751
commit 053a648ee6
23 changed files with 1484 additions and 1020 deletions

View File

@ -0,0 +1,3 @@
Test-HashTable1.C
EXE = $(FOAM_USER_APPBIN)/Test-HashTable1