home.social

#lowlatency — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lowlatency, aggregated by home.social.

fetched live
  1. Milliseconds are slow when your competition measures latency in microseconds. Stefan Angelov shares practical Java techniques—from JIT optimization and off-heap memory to sharding and object pooling—to build ultra-fast systems.

    Learn how to push Java to its limits: javapro.io/2026/09/02/achievin

    #Java #Performance #LowLatency

  2. #Nvidia announced the commercialisation of its #Groq3 LPX rack, following its $20 billion acquisition of #Groq. The #Groqrack, which will be deployed alongside Vera and Rubin processors at Nebius, is designed for #lowlatency #inference, a crucial aspect of #AIagents. This acquisition highlights Nvidia’s focus on providing premium, latency-sensitive services for customers. cnbc.com/2026/08/24/nvidia-say #tech #news #ainews

  3. Did you know? IPFire minimises the latency of every internet connection even using fq_codel wiki.ipfire.org/configuration/ #QoS #gaming #lowlatency

  4. Discover how the #AWS team eliminated a hidden, high-latency pre-flight round trip in a multi-region API by moving from SigV4 to SigV4a.

    The change removed the need for clients to pre-discover which region to sign for, improving both latency & regional failover resiliency.

    The code change was small - the 6-month rollout wasn't.

    📰 Read the #InfoQ article by Suresh Gururajan: bit.ly/4yqaA7W

    #CloudComputing #CloudArchitecture #APISecurity #Authentication #LowLatency

  5. #Netflix introduced dynamic partition splitting for #Cassandra to solve wide partitions in time-series workloads.

    The metadata-driven approach detects oversized partitions, splits them into smaller units, and routes reads across them.

    Result:
    • Read latency dropped from seconds to milliseconds
    • Fewer timeouts
    • Better cluster stability

    Details on #InfoQ 👉 bit.ly/44lUaQ7

    #DistributedSystems #Database #LowLatency #DataPartitioning

  6. Shopify has unveiled GraphQL Cardinal, a new execution engine replacing depth-first traversal with breadth-first execution.

    Cardinal delivers performance improvements:
    ⚡ Up to 15× faster field execution
    ⚡ 6× lower garbage collection overhead
    ⚡ More than 4 seconds improvement in P50 latency

    🔗 Learn more about the engineering behind GraphQL Cardinal: bit.ly/3RHwvXm

    #InfoQ #SoftwareArchitecture #DistributedSystems #Performance #LowLatency #GraphQL #Microservices