Commit Graph

561 Commits

Author SHA1 Message Date
greg 7c092b78e3 remove unnecessary references 2022-01-25 08:59:48 -05:00
greg a094d12854 fix linux build issue? 2022-01-22 21:30:05 -05:00
greg 43c4c86479 support most extended APIs for sets as we do for maps. 2022-01-22 21:15:55 -05:00
greg 6893d3c259 Added emplace_single test for parallel_hash_map 2022-01-14 08:54:06 -05:00
greg eaf6471e84 added insert_single API (issue #122) 2022-01-13 21:35:52 -05:00
greg f025a39534 Merge branch 'master' of https://github.com/greg7mdp/parallel-hashmap 2021-12-26 20:45:46 -05:00
greg 59fcdde2f8 build ci tests in release mode 2021-12-26 20:45:21 -05:00
greg7mdp bfc064fb72 comment out test that uses undefined API in release 2021-12-26 20:44:43 -05:00
greg7mdp 72ad036615 add include dir for cereal in case we want to try it 2021-12-26 20:28:52 -05:00
greg 12a9e723d1 Update example because of dump/load name change 2021-12-26 19:58:45 -05:00
greg 594f5d91a2 Update test because of dump/load name change 2021-12-26 19:55:46 -05:00
greg 870e6eb9b5 Add binary dump/load cereal support for flat hash maps - Issue #120 2021-12-26 19:47:45 -05:00
greg f687729170 update comment with attribution 2021-12-19 11:00:07 -05:00
greg 9bd937325f Add lazy_emplace_l example. 2021-12-19 10:58:38 -05:00
greg 8a18882ca7 Revert "Fix (hopefully) part #2 of issue #117 for non-parallel hash maps"
This reverts commit 3f02d81926.
2021-11-18 22:02:51 -05:00
greg 3f02d81926 Fix (hopefully) part #2 of issue #117 for non-parallel hash maps 2021-11-18 21:47:59 -05:00
greg 7277c6ed23 fix build issue caused by googletest branch name change 2021-11-18 21:06:48 -05:00
greg b0ac9ef70a tentative fix for issue #117 2021-11-18 20:41:45 -05:00
greg 07b740bd99 serialize.cc example doesn't seem to work with cereal #116 2021-11-09 21:32:08 -05:00
greg 28bba43492 Update CMakeLists.txt 2021-11-08 19:54:12 -05:00
greg f85454232d Update windows.yml 2021-11-08 19:42:52 -05:00
greg c06ffaf58a Update windows.yml 2021-11-08 19:39:49 -05:00
greg 753133a165 Update windows.yml 2021-11-08 19:34:08 -05:00
greg 2ecfff02ef fix github actions on windows. 2021-11-08 19:18:26 -05:00
greg b81f26ae57 cleanup a couple issues in github actions 2021-11-08 19:08:40 -05:00
greg b65b5005fc Update windows.yml 2021-11-08 18:53:51 -05:00
greg 8ee437653d add separate yml action files for windows/linux/mac 2021-11-08 18:51:30 -05:00
greg 376e5f358e Update README.md 2021-11-07 16:39:13 -05:00
greg 3304b3d816 Update README.md 2021-11-07 16:37:19 -05:00
greg 7e21c75154 Fix extra newline in README.md 2021-11-07 16:35:31 -05:00
greg 198e512c80 Update .appveyor.yml 2021-11-07 14:14:42 -05:00
greg cfbf73626a Remove some forcing of compiler flags 2021-11-07 14:11:52 -05:00
greg 1034402674 Update main.yml 2021-11-07 12:38:19 -05:00
greg b5374ad92a Update main.yml 2021-11-07 12:33:48 -05:00
greg 8ea33311da remove travis.yml, add CI icon 2021-11-07 12:31:34 -05:00
greg a0960f3df4 add clang compiler and remove duplicated files. 2021-11-07 12:20:37 -05:00
greg 52ab7028fd fix CI warnings and issues. 2021-11-07 12:09:17 -05:00
greg e01a5cafe8 Update parallel_hash_map_test.cc 2021-11-07 11:56:58 -05:00
greg fa749cf9bb Update main.yml 2021-11-07 11:46:55 -05:00
greg 19e4786831 Update .travis.yml 2021-11-07 11:45:54 -05:00
greg 6f4cb00ffd Update main.yml 2021-11-07 11:41:19 -05:00
greg c331310901 Update main.yml 2021-11-07 11:36:49 -05:00
greg eafd873e39 Update main.yml 2021-11-07 11:26:28 -05:00
greg 5d0158b0e0 Update main.yml 2021-11-07 11:13:41 -05:00
greg 9c2e242443 Update main.yml 2021-11-07 11:11:05 -05:00
greg 9c00998a1c Update main.yml 2021-11-07 11:09:17 -05:00
greg a0fc2c1ef1 Update main.yml 2021-11-07 11:05:17 -05:00
greg 8b1074d312 Create main.yml 2021-11-07 11:02:53 -05:00
greg 3b5ecf0c2a add for_each extension api for safe keys iteration #113
Thanks @amitma1 for the changes
2021-11-02 16:50:45 -04:00
Gregory Popovitch e9cc706a97 Merge pull request #110 from dirtysalt/add-emplace-with-hash
add `emplace_with_hash` function to phmap::flat_hash_set
2021-09-23 08:56:43 -04:00