Live data from Hacker News

Viewing profile — MrCroxx

MrCroxx

HN member
Joined
Sun, Aug 15, 2021, 10:09 PM UTC
HN karma
34
Public activity
15 items

About MrCroxx

https://github.com/MrCroxx

Recent public activity

  1. comment
    Comment #48705685

    But I'm trying my best to practice it. Hope one day I can produce some solid posts in English directly. qwq

  2. comment
    Comment #48705662

    Thank you for liking this blog. I agree with your point. Actually, I’ve just recently transitioned from building data infrastructure on the cloud to taking on a high-performance co…

  3. comment
    Comment #48705608

    Thank you for your suggestion. You are absolutely right, XD. In fact, the order of events in this blog post does not match the actual order in which I debugged and analyzed the iss…

  4. comment
    Comment #48705549

    Thank you for your reply. This is a long-running service. Without CRC validation, errors caused by partial writes could accumulate over time and affect correctness. Therefore, we a…

  5. comment
    Comment #48645511

    Author here. This post is a write-up of a performance-debugging rabbit hole I hit while trying to saturate NICs with NVMe reads using io_uring and RDMA. The short version: READ_FIX…

  6. story
  7. story
  8. comment
    Comment #45640578

    For those who may not know, over the past few months, I've been continuously developing and maintaining a hybrid cache library in Rust, Foyer[0]. However, from the very beginning u…

  9. story
  10. comment
    Comment #45402058

    Hi, foyer's author here. The "zero-copy in-memory abstraction" is compared to Facebook's CacheLib. CacheLib requires entries to be copied to the CacheLib managed memory when it's i…

  11. comment
    Comment #45402024

    Hi, foyer's author here. Page cache and swap are indeed good general proposed strategies and continuously evoluting. There are several reasons why foyer manages memory and disk con…

  12. comment
    Comment #43681773

    Agreed. Intrusive data structures are good for implementing multi-container data structures with lower allocation overhead. And they are widely used than expected. E.g. LRU is a cl…

  13. comment
    Comment #43662423

    While I was developing [foyer]( https://github.com/foyer-rs/foyer ), which is a hybrid in-memory and disk cache project in Rust. Some users asked for metrics system support for bot…

  14. story
  15. comment
    Comment #43139311

    I'm drunk. No offense. Why our world ends up like this.