Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Dec 9, 2024200 Nanosecond SQL Queries: libSQL's Local Replica InnovationThis blog is written by Akshat Virmani at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. We all want fast results, whether related to IT or not. LibSQL has set a milestone with its 200 nanose...libsql
Abu Precious O.btere.hashnode.dev·Dec 3, 2024Understanding ML Inference Latency and ML Services LatencyIn the world of machine learning (ML), achieving quick results is critical, especially in real-time applications like autonomous driving, recommendation systems, and interactive voice assistants. But often, discussions about ML performance focus on a...low-latency
Walid Hajeri (WalidHaj)walidhajeri.hashnode.dev·Oct 29, 2024Optimize inter-node latency with Cluster Placement Groups on OCIHaving a low-latency networking link between infrastructure resources such as Compute resources and Block Storage is crucial for optimal performance Cluster Placement Groups (CPGs) is a recent OCI feature that enables placement of any combination of ...Cluster Placement Group
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 10, 2024Load Balancing AlgorithmsLoad balancing is the process of distributing incoming network traffic across multiple servers to ensure that no single server is overwhelmed. By evenly spreading the workload, load balancing aims to prevent overload on a single server, enhance perfo...10 likesLoad Balancing
anand ranjananand07.hashnode.dev·May 14, 2024Boost Node.js API Performance with Caching TechniquesCaching techniques can greatly boost the performance and scalability of Node.js applications by cutting down on the need to repeatedly perform costly operations or retrieve data from external sources. Here are some popular caching techniques used in ...caching
Gautam VajaforCodeParrot 10x Dev10xdev.codeparrot.ai·Jan 27, 2024Preact: Lightweight React AlternativeWhat is Preact? Definition and Core Features Preact is a fast, lightweight JavaScript library that describes itself as a "fast 3kB alternative to React with the same modern API." But what does this mean for you as a developer? At its core, Preact off...11 likes·97 readsfrontend
Ian Carsoniancarson.hashnode.dev·Oct 6, 2023Replication lag.Replication lag is a common phenomenon in computing. In a leader-based replication setup, all writes usually go through a single node. On the other hand, all read-only queries can be served by any replica. In the long run, this is good as you can sca...replication
Nikhil Kumarnickk.hashnode.dev·Sep 27, 2023Shardeum's Low-Latency Magic for Seamless Dapp Experiences1. Introduction Latency is a fundamental concept in the world of computer networks and data transmission. It represents the time it takes for information or data to travel from its starting point (the source) to its intended endpoint (the destination...shardeum
DataWisokadatawisoka.com·Aug 20, 2023Choosing the right message queue: Introduction to Kafka vs SQSIn the world of modern software architecture, distributed systems and microservices have become the norm. As these systems grow more complex, the need for reliable and efficient communication between different components becomes crucial. This is wher...choosing the right message queue
Zakawatzsubzwary.hashnode.dev·Jun 18, 2023WebTransport: The Future of Low-Latency, Secure CommunicationDo you ever wonder about the future of low-latency, secure communication? If so, you might want to keep an eye on the WebTransport Protocol. Proposed by the WebTransport Working Group at the World Wide Web Consortium (W3C) in 2019, this cutting-edge ...low-latency