lehuyduc

Results 6 issues of lehuyduc

## Summary Right now, there's ZERO guide on how to use the C/C++ API. Not even one runnable example is found online. There's 1 code example (shown below), but it's...

doc

Use case: simulate new data appearing (for example if a new weather station is built) => test if program handle new key appearing correctly. Summary: the first 500M lines only...

Imagine lines like: `ab\0\0c\0\0;1.1` or `abc\0\0\0;12.1` or `abc\0;15.1`. The last 2 lines contain 2 different station names. The FAQ says all non empty UTF-8 strings are valid, as long as...

- Add clearing cache for more precise benchmarking - Add script and code to quickly test different number of threads - You can use `./test.sh 32` to run with 32...

Can you add an example using `-rdc=true` ? I've added both `-rdc=true`, `-dlink`, it compiles but when the program runs, I have `__cudaRegisterLinkedBinary_name` error. Thanks!

``` // https://github.com/gunnarmorling/1brc/discussions/46 #include #include #include #include #include #include #include #include #include #include #include // Capacity of our hashmap // Since we use linear probing this needs to be at...