Sum Of Bytes
  • articles
  • about
  • Twitter page
  • GitHub account
💡 What to Expect
Don't expect much. I don't have any big plans for my posts. I typically write about what I'm currently working on and the things I'm discovering in my life right now.
# DNS # GC # JDK # LLM # analytics # asynchronous-io # bigdata # blog # containers # databases # datalake # distributedlocks # docker # gcra # hacker # iceberg # io_uring # isolates # java # linux # microvm # mongodb # network # parquet # phoenix # programming # rate-limiter # redis # search # security # serverless # sharding # stack # tcp # throttler # vector # zig # zookeepr
All Posts
08 Jun, 2023
Demystifying ZGC: Concurrent Garbage Collection and Colored Pointers
With Java 21 now Generational ZGC is production ready. It still is not the default which is G1GC, but it is a development worth exploring again