-
I've made some improvements to the original version.
Please rerun your measurements on my implementation [(https://github.com/kpocza/1brc)](https://github.com/kpocza/1brc) and add to the results tab…
-
Hi @buybackoff - thanks for the great article and running this unofficial leaderboard. Would you mind including my entry in your run? https://github.com/noahfalk/1brc/
Its quite speedy from my own …
-
Currently:
* https://github.com/flamegraph-rs/flamegraph/blob/v0.6.4/src/lib.rs#L102-L104
> We executed `perf record` with sudo, and will be executing `perf script` *without* sudo.
Running as…
-
Currently the description defines the machine https://github.com/gunnarmorling/1brc?tab=readme-ov-file#evaluating-results but unfortunately not the exact distro which has been used?
-
As per your recommendation on twitter, opening an issue here to see if you can add my solution to your .NET results comparison table: https://github.com/CameronAavik/1brc
I'm using Windows but acco…
-
Hi,
there is no information how to register new entries or if there's a deadline.
I would like to add mine https://github.com/bbronisz/1brc to see how it performs on the mac which I cannot test, c…
-
以下是我的示例:
```go
package main
import (
"bufio"
"fmt"
"io"
"log"
"os"
"runtime"
"sync"
"time"
)
const mb = 1024 * 1024
// ChunkRead 从文件的指定偏移读取块并返回块内所有行
func ChunkRead(f *os.F…
-
@gunnarmorling @thomaswue
Was just reading through all the entries and found this:
https://github.com/gunnarmorling/1brc/blob/6fd55dee6e6ba5de343a12d25fcb5b809e90cf51/src/main/java/dev/morling/…
-
I have implemented [my solution](https://github.com/NimaAra/1brc) with a self imposed restriction to avoid _Unsafe_ and stay managed only. It supports both `\n` as well as `\r\n`.
-
https://github.com/gunnarmorling/1brc/blob/fa1ca65bfd608fb117181de07320d8b568d30f12/src/main/java/dev/morling/onebrc/CalculateAverage_royvanrijn.java#L145
@royvanrijn
This code in the (currentl…