-
First rule from https://1brc.dev/ : No external library dependencies may be used. That means no lodash, no numpy, no Boost, no nothing. You're limited to the standard library of your language.
I un…
kohsh updated
4 weeks ago
-
### What version of Bun is running?
1.0.6+969da088f5db3258a803ec186012e30f992829b4
### What platform is your computer?
Linux 5.15.0-86-generic x86_64 x86_64
### What steps can reproduce the bug?
…
-
Dear ROCm team,
I just stumbled upon that article about "The One Billion Row Challenge":
https://tspeterkim.github.io/posts/cuda-1brc
> The challenge is simple, but implementing it in CUDA wa…
-
Hi,
I'm writing a stream processing application that reads files from S3, gzips them, and processes the data. The files are in JSON lines format, meaning each line in the file is a separate JSON ob…
-
It seems that rust knows when stack overflows
https://github.com/rust-lang/rust/issues/109533#issuecomment-1481840346
If so, then it would be better for it to report the stack overflow, instead of…
-
# Release checklist
For the upcoming release we need to verify our documentation. This is a best efforts activity
so please refer to the checklist from the previous release and focus on pages that we…
-
-
Hi @avk959,
Thanks for the fine library for FPC. I am runnning into issues when compiling with FPC trunk and using `lghashmap`.
I get the following error.
```bash
Compile Project, Mode: Releas…
-
Running code that uses a reference to an element in an array in a thread segfaults with the following backtrace:
```
frame #0: 0x000000018f386a60 libsystem_kernel.dylib`__pthread_kill + 8
f…
-
As discussed on Stack Overflow, I played around with the code a tiny bit to fix some warnings.
https://godbolt.org/z/bdzoEP8b8 Maybe diff that against 1brc_valid14.cpp which is what I started with, …