Commit Graph

622 Commits

Author SHA1 Message Date
Gregory Popovitch 34e5b487c3 Update README.md 2019-04-20 16:46:16 -04:00
Gregory Popovitch 5e0d249fca Update README.md 2019-04-20 16:43:29 -04:00
greg ae657f75f8 remove outdated section from README 2019-04-19 09:59:55 -04:00
greg ff561f34db fix compilation warnings 2019-04-18 21:59:12 -04:00
greg e478a4fc85 Improve internal locking support - cleanup examples 2019-04-14 13:04:25 -04:00
greg 1a298f5ed9 Fix a couple small performance issues in erase() 2019-04-14 09:27:17 -04:00
greg fc55f9ecb2 add link to GetPy 2019-04-14 01:36:54 -04:00
greg b1802ae524 add link to GetPy 2019-04-14 01:35:17 -04:00
greg 1297aa6484 fix warnings in example 2019-04-13 20:55:30 -04:00
greg 38cec658e4 fix linux compilation issue 2019-04-13 20:34:32 -04:00
greg e37b455b70 fix linux build issue. 2019-04-13 20:29:58 -04:00
greg a82cc8c0cd Update README.md 2019-04-13 20:26:02 -04:00
greg bbc746d34a add support for absl::Mutex 2019-04-13 20:22:13 -04:00
greg 9f5a7a37f0 fix compilation warnings 1.2 2019-04-11 19:59:33 -04:00
greg 99e9d9b80d fix example build issue 2019-04-11 19:02:35 -04:00
greg bcd22d2348 fix build issue 2019-04-11 18:31:32 -04:00
greg 52ec7b584a add bench.cc in examples 2019-04-11 18:26:49 -04:00
greg 31ee784614 update Makefile after moving meminfo.h 2019-04-11 18:26:31 -04:00
greg 9216735336 move meminfo.h to parallel_hashmap dir. 2019-04-11 18:25:44 -04:00
greg af2f7455e1 fix typo 2019-04-11 18:21:26 -04:00
greg f3ca8e65a8 Fix issue when using boost mutexes 2019-04-11 18:20:59 -04:00
greg af09aefb37 update test to use boost::upgrade_mutex (under #ifdef) 2019-04-11 18:20:31 -04:00
greg 16f6cb92ae add bench results 2019-04-11 08:00:51 -04:00
greg 453b6583c8 add benchmark result 2019-04-10 23:43:39 -04:00
greg 8c342d1ad1 Update README.md 2019-04-10 09:25:05 -04:00
greg a381f47b15 improve emplace.cc example. 2019-04-10 08:12:25 -04:00
greg f158bc4344 cleanup the emplace example and add more enlightening testcase. 2019-04-09 19:58:29 -04:00
greg 9e16479184 Update README.md 2019-04-09 17:23:34 -04:00
greg 2553f08c8f build tests and examples with optimization - issue #7 2019-04-09 17:23:19 -04:00
greg 560b41f45c fix knucleotide example build issue 2019-04-07 21:44:55 -04:00
greg 6170a3a28f fix compilation issue with c++11 2019-04-07 21:16:25 -04:00
greg 5654f72bdd add knucleotide example 2019-04-07 20:49:06 -04:00
greg e046f6c531 Update CMakeLists.txt 2019-04-07 20:06:00 -04:00
greg 26df7982b1 fix issue when compiling with old gcc 2019-04-07 19:51:51 -04:00
greg 47d67d861a Improve lock support - issue #2 2019-04-07 18:12:32 -04:00
greg 38f81c15bc improve mutex support 2019-04-07 12:19:04 -04:00
greg 255fcfd346 fix compilation issue 2019-04-07 10:02:18 -04:00
greg 94b263b13f missing typename 2019-04-07 09:52:11 -04:00
greg cf9c514b1b Update phmap_base.h 2019-04-07 09:42:02 -04:00
greg 4cf303d157 add test with internal mutex 2019-04-07 09:19:04 -04:00
greg 6b66c9aa36 Add infrastructure for supporting different mutex types in phmap 2019-04-07 09:18:18 -04:00
greg 6493bd35f6 fix possible deadlock when using internal synchronization 2019-04-07 09:14:37 -04:00
greg c6b1328272 remove debugging code & update nexcept clauses. 2019-04-06 17:57:17 -04:00
greg 9fa76bd5d7 Update CMakeLists.txt 2019-04-06 14:10:53 -04:00
greg 435d0d4db5 add bench in examples 2019-04-06 14:00:14 -04:00
greg e44601ecb0 Update README.md 2019-04-06 13:02:36 -04:00
greg 2040fa3900 fix error when building without exception support 2019-04-06 13:02:20 -04:00
greg 7cc2644fba Always "mix" hash values in case poor hash values are provided. 2019-04-05 21:12:24 -04:00
greg 6a720b4d0c add an example with two separate compilation units 2019-04-05 21:10:02 -04:00
greg 278652eb8a Add support for martinus's benchmarks 2019-04-05 21:09:30 -04:00