mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
Improve internal locking support - cleanup examples
This commit is contained in:
+2
-1
@@ -361,12 +361,13 @@ void memlog()
|
||||
// --------------------------------------------------------------------------
|
||||
int main(int argc, char ** argv)
|
||||
{
|
||||
int64_t num_keys = atoi(argv[1]);
|
||||
int64_t i, value = 0;
|
||||
|
||||
if(argc <= 2)
|
||||
return 1;
|
||||
|
||||
int64_t num_keys = atoi(argv[1]);
|
||||
|
||||
hash_t hash;
|
||||
str_hash_t str_hash;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user