Skip to content

Commit

Permalink
forgot DEBUG on
Browse files Browse the repository at this point in the history
  • Loading branch information
austindonisan committed Feb 23, 2024
1 parent 733fb4f commit 02616f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1brc.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/*
* Print timing information and city summary to stderr.
*/
#define DEBUG 1
#define DEBUG 0

#define HASH_SHIFT 17 // 17 is a happy compromise between non-10k/10k: 16 is 1% faster/10% slower; 18 is 1% slower/3% faster
#define HASH_LONG_SHIFT 14 // 14 is requried to fit 10k entries and also fastest
Expand Down

0 comments on commit 02616f5

Please sign in to comment.