Commit Graph

424 Commits

Author SHA1 Message Date
greg 0c6e8c3208 add reserve() call when inserting lists of values with random access iterators. 2020-07-28 10:44:22 -04:00
greg c818e86a99 update test sample with latest findings. 2020-07-27 17:30:11 -04:00
greg 802e7092eb update example comparing insertion time for sorted and shuffled keys. 2020-07-27 16:32:05 -04:00
greg e77d86e49c replace "container_internal" with the shorter "priv" 2020-07-27 09:14:43 -04:00
greg 0fe48402ec update test program to randomize keys after vector resize. 2020-07-26 21:59:42 -04:00
greg 2fdf7f0787 fix typo incorrect number of submaps 2020-07-26 18:13:09 -04:00
greg d58592390a code cleanup 2020-07-26 18:09:54 -04:00
greg c38ac17e5f Update entropy test program with larger parallel hashmaps 2020-07-26 18:03:09 -04:00
greg efc622c500 issue #53: checkin updated test 2020-07-26 17:39:10 -04:00
greg 01d33e0dbb issue #53: add test suggestes by @fowles 2020-07-26 17:35:55 -04:00
greg 38f4645305 typo in my previous change 2020-07-19 18:26:59 -04:00
greg 31882dc4df appveyor doens't support vs2019 yet 2020-07-19 18:25:23 -04:00
greg b52dfbf8c2 add vs2019 2020-07-19 18:19:40 -04:00
greg 8fa6b6e05d fix typo 2020-07-19 17:57:08 -04:00
greg 37b04503db cleanup some test failures. 2020-07-19 17:51:13 -04:00
greg b47713c2c2 clean up preprocessor directives. 2020-07-19 12:52:52 -04:00
greg 96619cd132 issue #54 2020-07-18 22:14:59 -04:00
greg d02fd308c4 Merge branch 'master' of https://github.com/greg7mdp/parallel-hashmap 2020-07-09 14:46:26 -04:00
greg afe1ded1ae Improve subtable selection in parallel_* maps by using higher bits of the key, as suggested by @fowles - issue #53 2020-07-09 14:46:23 -04:00
Gregory Popovitch 25293cefd8 Merge pull request #52 from cemel-jhu/master
Added Absl hash guards #50
2020-05-19 22:15:33 -04:00
madisetti 80e86220ab Added Absl hash guards 2020-05-19 19:21:16 -04:00
Gregory Popovitch 5c908d03bb Merge pull request #49 from bpmckinnon/master
Cleanup deprecation warning for c++17 found in vs2019
1.32
2020-05-03 17:50:37 -04:00
Brian McKinnon 3297b8f8a6 Fixed compiler error due to missed changes 2020-05-03 15:13:33 -05:00
Brian McKinnon 5696a90d63 Merge remote-tracking branch 'remotes/greg7mdp/master' 2020-05-03 14:30:49 -05:00
Gregory Popovitch 1dfba0370d Merge pull request #48 from bpmckinnon/master
Add thread-safe accessors to parallel_hash_map
2020-05-03 14:10:04 -04:00
Brian McKinnon 31de0ceeb8 Fix test warning related to update c++ 17 deprecation 2020-05-03 12:37:47 -05:00
Brian McKinnon 76da9dca62 Fix two warning related to upcoming c++17 deprecations 2020-05-03 12:03:55 -05:00
Brian McKinnon a1349d2b65 Make a single if_contains function to simplify the interface 2020-05-03 10:32:36 -05:00
Brian McKinnon fa7a5cc444 Update the documentation to include information about the "if_contains" function 2020-05-02 22:07:51 -05:00
Brian McKinnon 73b0e63445 Fixed enable_if_t is a c++14 feature 2020-05-02 21:39:23 -05:00
Brian McKinnon 3bfc1784ad Fix compiler error for is_invocable is a c++17 feature 2020-05-02 21:23:59 -05:00
Brian McKinnon bf7203b3c8 Renamed the thread-safe "contains" to if_contains.
Add tests to parallel_flat_hash_map_mutex_test
2020-05-02 20:45:46 -05:00
Brian McKinnon 131a84f6ed Fix compiler error on clang/gcc 2020-05-02 18:25:02 -05:00
Brian McKinnon adc918235e Add missing const 2020-05-02 17:09:10 -05:00
Brian McKinnon 0e723143fa Add "if_contains" to parallel_hash_map so the value does not need to be copied to be read in a thread-safe manner
Add tests for parallel_hash_map thread-safe functions.
2020-05-02 16:47:33 -05:00
Brian McKinnon 13853156fc Add "contains" function to parallel_hash_map that also returns the value is a thread-safe manner
Fixed a bug in the call to lazy_emplace
2020-05-01 20:27:22 -05:00
greg 882162cc2a Rename template parameter name Bool which conflicts with X11 headers 1.31 2020-03-29 08:28:37 -04:00
greg 9f64feed0c fix compilation issue with string_view 2020-03-28 17:46:47 -04:00
greg 2f30618e64 For some reason googletest balks on this? 2020-03-28 14:43:47 -04:00
greg 1a0fdbf3f3 set visual studio flags to accurately report and use latest c++ features. 2020-03-28 14:24:22 -04:00
greg 5542475554 remove alignment directive which provides very minimal (if any) speed bump 2020-03-28 11:58:32 -04:00
greg f8ffdc9d8c Add example demonstrating saving nested hashmaps to binary file. 2020-03-27 21:52:47 -04:00
greg b791e794ac rename function name which conflicts with a #define macro from /usr/include/X11/Xos.h 2020-03-27 19:35:00 -04:00
greg 23e651c2d5 make dump() function const (issue #44) 2020-03-27 19:30:40 -04:00
greg 5ba0c2d619 Update phmap.h 2020-03-14 19:32:27 -04:00
greg a9e4a37b1a Update phmap.h 2020-03-14 16:00:11 -04:00
greg f30643573e try to fix build issue 2020-03-14 15:50:48 -04:00
greg 7bffc3a5f1 issue #42 2020-03-14 13:46:59 -04:00
greg 13b34337ee update doc issue #40 2020-03-02 11:34:51 -05:00
greg 43a6269663 Update index.html 2020-03-02 11:33:03 -05:00