HackerTrans
トップ新着トレンドコメント過去質問紹介求人

tsenart

no profile record

投稿

Show HN: Gilfoyle. An SRE Agent that finds truth while you're still guessing

gilfoyle.sh
17 ポイント·投稿者 tsenart·6 か月前·2 コメント

The kicker about Stables' LLM skepticism

twitter.com
1 ポイント·投稿者 tsenart·2 年前·0 コメント

Kth: High-Performance Selection Algorithms for Go

github.com
79 ポイント·投稿者 tsenart·2 年前·6 コメント

Pdqselect: Pattern-Defeating QuickSelect for Go

github.com
1 ポイント·投稿者 tsenart·2 年前·0 コメント

Cool, hot, fast zero-copy

twitter.com
1 ポイント·投稿者 tsenart·2 年前·0 コメント

コメント

tsenart
·10 か月前·議論
This was missing in the Go world.
tsenart
·10 か月前·議論
Proprietary.
tsenart
·10 か月前·議論
Author here, indeed a variation of bloom filters: https://x.com/lemire/status/1971279371131646063
tsenart
·2 年前·議論
This is to implement a database, not use one.
tsenart
·2 年前·議論
Yes! A typical use case is to efficiently implement ORDER BY LIMIT N in SQL databases in a way that doesn’t require sorting the entire column just to get those first N items.
tsenart
·2 年前·議論
Author here! Will do eventually.
tsenart
·2 年前·議論
Do share your findings!
tsenart
·2 年前·議論
Author here. Agree 100%! It's often what didn't work that is omitted. But there's so much juice in failed experiments — it's important to share with others.
tsenart
·3 年前·議論
Our Go ULID package has millisecond precision + monotonic random bytes for disambiguation while preserving ordering within the same millisecond. https://github.com/oklog/ulid