Commit Graph

90 Commits

Author SHA1 Message Date
greg7mdp 9b525fdb6d remove executable flag for two source files - issue #169 2022-09-30 19:55:23 -04:00
greg7mdp ca9f02fda3 Fix issue #44 - example to dump TriviallyCopyable types doesn't work any
more
2022-08-12 20:24:24 -04:00
greg7mdp 25a6a5024d revert incorrect change 2022-07-22 17:14:02 -04:00
greg7mdp cc82fd2ae4 forgot to add new file 2022-07-19 20:45:54 -04:00
greg7mdp a0f0493e2a rename macro which can conflict with msvc headers 2022-06-21 08:08:13 -04:00
greg7mdp 87f09380ce try fix for win32 issue 2022-06-20 21:36:41 -04:00
greg7mdp 9e87d79404 Fix example to reflect new usage of lazy_emplace_l - issue #143 2022-06-20 19:54:26 -04:00
greg7mdp eb60b8ac59 minor cmake updates 2022-06-20 19:22:05 -04:00
greg 8c2d84b138 Better fix for iussue #136 2022-04-01 14:20:10 -04:00
greg f1598d5af8 Create pmr.cc 2022-02-10 15:37:55 -05:00
greg 12a9e723d1 Update example because of dump/load name change 2021-12-26 19:58:45 -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 07b740bd99 serialize.cc example doesn't seem to work with cereal #116 2021-11-09 21:32:08 -05:00
greg 118e56fb7f fix couple warnings, use stable version ofg googletest 2021-02-01 21:38:52 -05:00
greg 9f6f49a965 cleanup another warning 2021-02-01 14:28:48 -05:00
greg e77a448e95 update comment. 2020-11-29 11:18:09 -05:00
greg 95eedc7e82 update example to use more typical defaults. 2020-11-29 11:10:48 -05:00
greg 50cd894196 Add example with default parameters 2020-11-29 09:58:09 -05:00
greg 7a96119c37 cleanup compilation warnings with msvc. 2020-10-23 23:01:02 -04:00
Force Charlie cb6702ad5f Fix compile phmap failed in windows-arm64 2020-10-05 11:04:00 +08:00
greg b44f781829 Revert "issue #67"
This reverts commit 535ea23741.
2020-10-02 14:09:44 -04:00
greg 535ea23741 issue #67 2020-10-02 14:08:27 -04:00
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 f8ffdc9d8c Add example demonstrating saving nested hashmaps to binary file. 2020-03-27 21:52:47 -04:00
greg 7a39f4d31c minor changes in examples 2020-01-01 12:56:26 -05:00
greg e867a03e00 update btree example to demonstrate forward declaration. 2019-12-31 17:58:37 -05:00
greg 1d5651cffe cleanup some warnings 2019-12-31 12:29:45 -05:00
greg 48144bc7f8 Add tests for btree and fix a couple issues. 2019-12-30 13:42:48 -05:00
greg 64f1b82a54 fix issue for using hash_value() as a way to implement hash in a class 2019-11-03 14:45:25 -05:00
greg 8834c9d624 simplify serialize.cc, add it to the examples in CMakeLists.txt 2019-09-08 11:12:12 -04:00
greg c6e54f3a4a Update serialize.cc 2019-09-02 08:57:45 -04:00
greg 77ef910921 simplify load/dump code. Also don't close the archibe after dump/load, we may need to save multiple hash maps in one archive. 2019-08-25 14:55:46 -04:00
greg 2ff7c0fce7 cleanup example and test program. bracket load/dump calls so that file is closed. 2019-08-25 10:22:44 -04:00
Gregory Popovitch daaed8b1aa Merge pull request #23 from gtarcoder/master
Added dump&&load interface for trivially_copyable types
2019-08-25 09:15:07 -04:00
sunkaicheng 62a1674d94 remove mmap load and dump 2019-08-25 20:47:05 +08:00
debugman 8fbc1526e1 Merge branch 'master' into mmap 2019-08-25 20:09:01 +08:00
sunkaicheng 34ecd92f63 added mmap load 2019-08-25 19:59:28 +08:00
sunkaicheng 61f1bdb037 use single file to store data for parallel hash 2019-08-23 10:22:41 +08:00
sunkaicheng 0866192922 use single file to store data for parallel hash 2019-08-21 09:09:12 +08:00