Skip to content
Snippets Groups Projects
Commit 8a8b04c3 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed constant converted to double.

parent 1741f07e
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
//#define ENABLE_TIMED_TESTS
#define RRL_SIZE 196613
#define RRL_THREADS 8
#define RRL_INSERTS (0.1*(RRL_SIZE/RRL_THREADS)) /* lf = 0.5 */
#define RRL_INSERTS (RRL_SIZE/(5*RRL_THREADS)) /* lf = 1/5 */
#define RRL_LOCKS 64
struct bucketmap_t {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment