rohanray
No user record in our sample, but rohanray has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but rohanray has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
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, etc. but unfortunately the entire thread…
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 byproduct while developing JIA Cache
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 a short and certain amount of time,…
heres the link for the same https://news.ycombinator.com/item?id=46257205
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 benchmark as well.
I just wrote in details on the same in a reply to nateb2022. https://news.ycombinator.com/item?id=46257205
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!
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 transparent about it on…
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 payload is encoded using myra-codec FFM…
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:…