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

Hixon10

no profile record

投稿

Silk: A silky smooth fiber runtime for ClickHouse

clickhouse.com
5 ポイント·投稿者 Hixon10·18 日前·2 コメント

YaFF – High-performance C++ serialization library

github.com
1 ポイント·投稿者 Hixon10·26 日前·0 コメント

Ask HN: How do you use Local LLMs? (April 2026)

3 ポイント·投稿者 Hixon10·3 か月前·0 コメント

Ask HN: What high-effort, high-reward skills have you developed in 2025?

3 ポイント·投稿者 Hixon10·7 か月前·0 コメント

コメント

Hixon10
·18 日前·議論
Yeah, Recently Alexey Milovidov said that they might start using Rust in some parts, but clearly it felt that he prefers C++ - https://youtu.be/PW_jmFwYy5U?si=Y-mM4sjaHBLm96gz
Hixon10
·先月·議論
It is interesting, that both non-Linux OS build similar solutions. Microsoft showed https://learn.microsoft.com/en-us/windows/wsl/wsl-container last week.
Hixon10
·6 か月前·議論
It sounds super cool, your idea and implementation for await and transactions. Because of my limited Rust knowledge, it's hard for me to understand how difficult it was to implement such a plugin.

Also, your idea of using different domain specific colors is interesting. It might be possible to express this via some kind of effect system. I'm not aware of any popular Rust libraries for that, but it could be worth borrowing some ideas from Scala libraries.
Hixon10
·10 か月前·議論
I see, thanks! I don't have much experience in Rust, aside from some pet projects. Which features of Rust's type system are needed to implement such behavior? (It's unclear to me why I wouldn't be able to do the same in, for example, C++.)
Hixon10
·10 か月前·議論
"Zero-Copy In-Memory Cache Abstraction: Leveraging Rust's robust type system, the in-memory cache in foyer achieves a better performance with zero-copy abstraction." - what does this actually mean in practice?