Live data from Hacker News

Viewing profile — rohanray

rohanray

HN member
Joined
Mon, Dec 08, 2025, 9:10 PM UTC
HN karma
4
Public activity
10 items

About rohanray

No profile information was provided.

Recent public activity

  1. comment
    Comment #46310179

    Thanks @mands for you reply! I am glad you did post it and really thanks for it. However, I echo your thoughts too - I was expecting a constructive engagement re FFM & io-uring, et…

  2. comment
    Comment #46270804

    I have been planning on JIA Cache as a distributed caching system built with off heap memory DS & Flyweight for readers to achieve zero copy. I think a KV store will come out as a …

  3. comment
    Comment #46270766

    Thank you for the kind words! I completely agree with your thoughts. I have been part of projects with millions of LOC; team members including leads keep changing. This means after…

  4. comment
    Comment #46257473

    heres the link for the same https://news.ycombinator.com/item?id=46257205

  5. comment
    Comment #46257388

    I had added Kryo since that seems to be the fastest Java serialization library which does not use sun.misc.unsafe. Thanks for sharing Apache Fory! Will try to add that to the bench…

  6. comment
    Comment #46257340

    I just wrote in details on the same in a reply to nateb2022. https://news.ycombinator.com/item?id=46257205

  7. comment
    Comment #46257258

    Oh! That shouldn't be the case :( Please let me know if you are still facing 404. I just checked and no alerts from my monitoring yet. Thanks for letting know though!

  8. comment
    Comment #46257205

    Apologies! It's a long read and was the only time I did not want to use AI to summarize for a purpose :) ---- So Yes, a lot of the code has been written using AI. I have also been …

  9. comment
    Comment #46254910

    It's not a local IPC exactly. The roundtrip benchmark stat is for a TCP server-client ping/pong call using a 2 KB payload; TCP is although on local loopback (127.0.0.1). The payloa…

  10. comment
    Comment #46197706

    It's not a local IPC exactly. The roundtrip benchmark stat is for a TCP server-client ping/pong call using a 2 KB payload; TCP is although on local loopback (127.0.0.1). Source: ht…