HackerTrans
TopNewTrendsCommentsPastAskShowJobs

KAdot

no profile record

comments

KAdot
·2개월 전·discuss
Going back to 4.7 with `claude --model claude-opus-4-7` fixed it for me.
KAdot
·3개월 전·discuss
Is it closed source?
KAdot
·11개월 전·discuss
This is not my experience. I've been running RocksDB for 4 years on thousands of machines, each storing terabytes of data, and I haven't seen a single correctness issue caused by RocksDB.
KAdot
·작년·discuss
> We are interested in making OTAP pipelines safely embeddable, through strict controls on memory and through support for thread-per-core runtimes.

I'm curious about the thread-per-core runtimes, are there even any mature thread-per-core runtimes in Rust around?
KAdot
·작년·discuss
The benchmark doesn't accurately represent the real-world database performance because the dataset is too small (roughly half a gigabyte based on [1]?), meaning it fits into the page cache bypassing disk I/O.

[1]: https://github.com/voidDB/voidDB/blob/master/test/bench_test...