Gregory Popovitch
a6ce0835ca
Add preprocessor macro PHMAP_DISABLE_MIX ( #259 )
...
* Add preporcessor define to disable mixing (`PHMAP_DISABLE_MIX`).
* Update `README.md`.
2024-11-02 18:06:56 -04:00
scivision
e5b892baed
Correct CMake script. Improve C++ language feature selection ( #243 )
...
* cmake: correct minimum version
the previous script would fail with CMake < 3.13 anyway.
* cmake: canonical way to set C++ options
* ci: use modern CMake syntax
* doc: modern CMake syntax
* most compilers have C++17 fallthrough
* correct logic for [[noreturn]]
---------
Co-authored-by: scivision <scivision@users.noreply.github.com >
2024-06-25 19:58:33 -04:00
greg7mdp
9f090342ec
Update compiler versions in README
2023-04-27 21:24:48 -04:00
Gregory Popovitch
2a9daa0971
Update README.md
2022-02-16 11:57:59 -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
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
8ea33311da
remove travis.yml, add CI icon
2021-11-07 12:31:34 -05:00
greg
f158416ea2
switch to travis-ci.com
2021-05-05 22:09:32 -04:00
Kevin Kiningham
980c1abdf2
Add background to memory usage equations
2021-03-17 21:39:38 -07:00
greg
d4d3c5acf9
Add link to Chinese translation
2020-11-23 14:14:38 -05:00
greg
1aee5aa4e2
add reference to new lazy_emplace_l API for parallel containers
2020-10-18 12:02:23 -04:00
greg
d8ee7f5901
Update section on custom APIs for parallel hashmaps.
2020-08-16 20:29:48 -04:00
greg
73c80e4142
Merge branch 'master' of https://github.com/greg7mdp/parallel-hashmap
2020-08-07 12:35:23 -04:00
greg
1904f5c886
document that dump() works only for flat hash maps - issue #59
2020-08-07 12:35:21 -04:00
Dheeraj R Reddy
252c83d14a
Update README.md
...
Add c++ tag in the markdown code-snippet for example code.
2020-08-02 15:48:28 +05:30
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
greg
c0a33e39cd
Clarify origin of btree containers.
2020-01-02 09:01:45 -05:00
greg
e4dc9c59a8
couple of minor clarifications.
2020-01-01 12:56:53 -05:00
greg
6324b34ad4
Update btree support description in readme
2019-12-31 17:41:42 -05:00
greg
4e1a5a2699
Add more btree info.
2019-12-31 17:20:38 -05:00
greg
a5c0e645b9
Update README.md to mention btree support
2019-12-31 17:04:18 -05:00
greg
bcf1db77ed
Update README.md
2019-11-07 21:43:52 -05:00
greg
1de1a98cbd
Add default hash for std::pair and std::tuple... slight code reorganization.
2019-11-03 13:42:47 -05:00
greg
b5548f6582
Update README.md
2019-09-05 09:38:19 -04:00
greg
0da6216831
Update README.md
2019-09-05 09:37:23 -04:00
greg
5ec0bbe48f
Document dump/load feature
2019-09-05 09:15:08 -04:00
greg
afd9d4af11
Update README.md
2019-09-05 09:06:25 -04:00
greg
3b2852805d
fix warning
2019-07-09 23:06:27 -04:00
greg
2c8470fcce
Update README.md
2019-06-15 20:21:12 -04:00
greg
f84de40fcd
update "thread safety" section
2019-05-25 18:52:37 -04:00
Gregory Popovitch
ec69b129d1
update compiler support info
2019-05-15 09:04:18 -04:00
Gregory Popovitch
c3f13d21e9
Update README.md
2019-05-12 11:41:47 -04:00
greg
3fb4990579
reorganize headers so that phmap_fwd_decl.h is more usable
2019-04-29 22:01:08 -04:00
Gregory Popovitch
0eadd5b75f
Update README.md
2019-04-29 19:20:19 -04:00
Gregory Popovitch
9c2a69517d
Update README.md
2019-04-29 19:19:29 -04:00
Gregory Popovitch
eb76b77f65
fix typo.
2019-04-29 17:14:01 -04:00
greg
6f91dc7962
support the boost hash_value() method for providing hash value.
2019-04-29 17:12:20 -04:00
Gregory Popovitch
fd4d6dee47
Update README.md
2019-04-27 08:29:28 -04:00
Gregory Popovitch
dad38cc6e6
Update README.md
2019-04-27 08:26:40 -04:00
Gregory Popovitch
0b6d3b564e
Update README.md
2019-04-27 08:26:17 -04:00
Gregory Popovitch
2b2adf07c8
Update README.md
2019-04-20 16:52:39 -04:00
Gregory Popovitch
4b7fd557ba
Update README.md
2019-04-20 16:52:15 -04:00
Gregory Popovitch
582b4038af
Update README.md
2019-04-20 16:51:23 -04:00
Gregory Popovitch
88ee74ece5
Update README.md
2019-04-20 16:50:21 -04:00
Gregory Popovitch
e1412b17cf
Update README.md
2019-04-20 16:49:39 -04:00