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 |
|
yanz
|
24a2418e4b
|
add emplace_with_hash function to phmap::flat_hash_set
|
2021-09-23 18:34:37 +08:00 |
|
Gregory Popovitch
|
87cbc5ad53
|
Merge pull request #108 from decster/prefetch-hash
Add prefetch_hash for parrallel hash map/set
|
2021-09-07 07:28:32 -04:00 |
|
Binglin Chang
|
fa18404b0e
|
Add prefetch_hash for parrallel hash map/set
|
2021-09-07 14:25:00 +08:00 |
|
Gregory Popovitch
|
76139fed1a
|
Merge pull request #107 from AndrewDeanMS/msvc-wchar-t-minus
Add support for msvc flag /Zc:wchar_t-
|
2021-09-02 20:39:59 -04:00 |
|
Andrew Dean
|
7976ede849
|
Add support for msvc:/Zc:wchar_t-
|
2021-09-02 12:19:53 -07:00 |
|
greg
|
8dbd3591de
|
issue #106: make btree_container's size_type unsigned for consistency
|
2021-09-01 18:26:43 -04:00 |
|
greg
|
1f2671ff0a
|
Update CMakeLists.txt
|
2021-05-26 07:49:33 -04:00 |
|
greg
|
031d214f2c
|
Fix cmake issue when using phmap as a submodule - issue #100
|
2021-05-26 07:40:47 -04:00 |
|
greg
|
29fb30f929
|
Merge branch 'master' of https://github.com/greg7mdp/parallel-hashmap
|
2021-05-19 08:06:00 -04:00 |
|
greg
|
9840f782a0
|
Fix issue #99
|
2021-05-19 08:04:51 -04:00 |
|