HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Hixon10

no profile record

Submissions

Silk: A silky smooth fiber runtime for ClickHouse

clickhouse.com
5 points·by Hixon10·18 dni temu·2 comments

YaFF – High-performance C++ serialization library

github.com
1 points·by Hixon10·26 dni temu·0 comments

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

3 points·by Hixon10·3 miesiące temu·0 comments

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

3 points·by Hixon10·7 miesięcy temu·0 comments

comments

Hixon10
·18 dni temu·discuss
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
·w zeszłym miesiącu·discuss
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 miesięcy temu·discuss
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 miesięcy temu·discuss
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 miesięcy temu·discuss
"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?