#low-latency — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #low-latency, aggregated by home.social.
-
#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 stabilityDetails on #InfoQ 👉 https://bit.ly/44lUaQ7
-
#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 stabilityDetails on #InfoQ 👉 https://bit.ly/44lUaQ7
-
Why low-latency Java still requires discipline?
https://chronicle.software/insights/blogs/why-low-latency-java-still-requires-discipline
Comments: https://news.ycombinator.com/item?id=48804017
#HackerNews #lowlatency #java #discipline #performance #softwareengineering
-
Why low-latency Java still requires discipline?
https://chronicle.software/insights/blogs/why-low-latency-java-still-requires-discipline
Comments: https://news.ycombinator.com/item?id=48804017
#HackerNews #lowlatency #java #discipline #performance #softwareengineering
-
Hazard pointers на пальцах
Привет, Хабр. Сегодня я постараюсь максимально понятным языком объяснить Hazard pointers , с схемой и примерами.
https://habr.com/ru/articles/1048074/
#C++ #LockFree #Многопоточность #Hazard_Pointers #Системное_программирование #Низкоуровневое_программирование #LowLatency #Барьеры_памяти #Память
-
🔥 WiFi 7 Mesh + MLO (5G + 6G): The Next-Gen High-Throughput, Low-Latency, Ultra-Reliable Platform for Enterprise APs, Industrial IoT, Smart Factories & Edge AI Deployments
contact:[email protected]
#WiFi7 #MeshNetworking #MLO #MultiLinkOperation #EnterpriseAP #IndustrialIoT #SmartFactory #EdgeAI #OpenWRT #WirelessBackhaul #HighThroughput #LowLatency #UltraReliable #RapidDeployment #NetworkInfrastructure
-
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: https://bit.ly/3RHwvXm
#InfoQ #SoftwareArchitecture #DistributedSystems #Performance #LowLatency #GraphQL #Microservices
-
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: https://bit.ly/3RHwvXm
#InfoQ #SoftwareArchitecture #DistributedSystems #Performance #LowLatency #GraphQL #Microservices
-
Cross-Vendor Latency Tech Arrives for Linux Gamers
How does the new low_latency_layer help Linux gamers? It reduces input lag for AMD and Intel users by using NVIDIA Reflex technology on May 20, 2026.
#linuxgaming, #lowlatency, #gamingtech, #vulkan, #pcgaming
https://newsletter.tf/linux-low-latency-layer-gaming-update/
-
Linux gamers can now use NVIDIA Reflex and AMD Anti-Lag 2 on any GPU. This tool makes Linux gaming 15% faster in response time compared to last month.
#linuxgaming, #lowlatency, #gamingtech, #vulkan, #pcgaming
https://newsletter.tf/linux-low-latency-layer-gaming-update/ -
#OpenAI has launched a #WebSocket-based execution mode for its Responses API to improve the performance of agentic workflows used in coding agents and real-time AI systems.
The Impact: early production use shows up to 40% latency reduction and improved throughput in high-concurrency scenarios.
Learn more: https://bit.ly/3Pg3ZuS
-
#OpenAI has launched a #WebSocket-based execution mode for its Responses API to improve the performance of agentic workflows used in coding agents and real-time AI systems.
The Impact: early production use shows up to 40% latency reduction and improved throughput in high-concurrency scenarios.
Learn more: https://bit.ly/3Pg3ZuS
-
#Cloudflare announced the closed beta of Flagship - a feature flag service built directly into its global edge platform.
Teams can control feature rollouts and experiment without redeploying code, while evaluating flags locally in Cloudflare Workers instead of calling external flag services.
Learn more ⇨ https://bit.ly/4wdUHQL
#InfoQ #DevOps #ContinuousDelivery #LowLatency #EdgeComputing
-
#Cloudflare announced the closed beta of Flagship - a feature flag service built directly into its global edge platform.
Teams can control feature rollouts and experiment without redeploying code, while evaluating flags locally in Cloudflare Workers instead of calling external flag services.
Learn more ⇨ https://bit.ly/4wdUHQL
#InfoQ #DevOps #ContinuousDelivery #LowLatency #EdgeComputing
-
How OpenAI delivers low-latency voice AI at scale
https://openai.com/index/delivering-low-latency-voice-ai-at-scale/
#HackerNews #OpenAI #VoiceAI #LowLatency #Technology #Innovation
-
How OpenAI delivers low-latency voice AI at scale
https://openai.com/index/delivering-low-latency-voice-ai-at-scale/
#HackerNews #OpenAI #VoiceAI #LowLatency #Technology #Innovation
-
PitchCure by Saint Mike DSP 🎤
Natural vocal tuning, vibrato protection, MIDI sync, auto key/scales, 1-knob EQ, low-latency mode💻 Mac/Win (VST3/AU/AAX)
🎁 FREE https://saintmikedsp.com/plugins/pitchcureMore freeware 👉 https://linktr.ee/legalvst
#freeplugin #pitchcorrection #vocalplugin #saintmikedsp #midi #lowlatency #transparenttuning
-
PitchCure by Saint Mike DSP 🎤
Natural vocal tuning, vibrato protection, MIDI sync, auto key/scales, 1-knob EQ, low-latency mode💻 Mac/Win (VST3/AU/AAX)
🎁 FREE https://saintmikedsp.com/plugins/pitchcureMore freeware 👉 https://linktr.ee/legalvst
#freeplugin #pitchcorrection #vocalplugin #saintmikedsp #midi #lowlatency #transparenttuning
-
#SoftwareArchitecture makes your system fast ➔ #Culture keeps it fast 💪
Sub-100ms APIs come from disciplined design:
• Latency budgets & async fan-out
• Layered caching & circuit breakers
• ObservabilityLong-term performance requires teams that treat #performance as a continuous responsibility - tracking p99, monitoring drift, and managing thread pools.
-
#SoftwareArchitecture makes your system fast ➔ #Culture keeps it fast 💪
Sub-100ms APIs come from disciplined design:
• Latency budgets & async fan-out
• Layered caching & circuit breakers
• ObservabilityLong-term performance requires teams that treat #performance as a continuous responsibility - tracking p99, monitoring drift, and managing thread pools.
-
#LowLatency has long been an edge in financial trading. Aeron continues to push the limits of IPC, on-premise, and cloud messaging - but can we do even better?
Explore an approach to system composition used by some financial organizations to gain an edge when building mission-critical systems.
🎬 Watch now: https://bit.ly/4tfPk1P
📄 #transcript included
-
#LowLatency has long been an edge in financial trading. Aeron continues to push the limits of IPC, on-premise, and cloud messaging - but can we do even better?
Explore an approach to system composition used by some financial organizations to gain an edge when building mission-critical systems.
🎬 Watch now: https://bit.ly/4tfPk1P
📄 #transcript included
-
Do you enjoy contributing to #FOSS / #OpenSource and #academia? You could sign up to be a reviewer for the Journal of Open Source Software.
:cyberheart_purple:
You might also help me personally :)
For any #Dart heads out there, my library is in the @joss review process. We need some more reviewers, and in general there are only a couple of Dart reviewers registered for the journal.
My submission: https://github.com/openjournals/joss-reviews/issues/9352
More information about JOSS reviews: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html
Volunteer to become a reviewer: https://reviewers.joss.theoj.org/join
#softwareengineering #softwaredevelopment #journal #academicjournals #JOSS #lsl #liblsl #research #researchsoftware #networking #lowlatency
-
NETGEAR Insights: The Growing Importance of AV-IT Convergence in Enterprises
#TycoonWorld #AVITConvergence #DigitalTransformation #EnterpriseTechnology #FutureReady #NetworkingSolutions #AVoverIP #AVoIP #SmartWorkspaces #DigitalInfrastructure #ITInfrastructure #UnifiedCommunications #EnterpriseNetworking #ProAV #NetworkPerformance #LowLatency #HighBandwidth #PoE #Multicast #CyberSecurity #NetworkSecurity #IPBasedSystems #ScalableSolutions
https://tycoonworld.in/netgear-insights-the-growing-importance-of-av-it-convergence-in-enterprises/
-
Interesting observation for those who are building more specialised #networks
Basically no interest from #SiliconVendors #broadcom in 10G or #lowlatency anymore (not a big enough market) so whatever you are buying today is about as good as its going to get in that space. -
By adopting a centralized #EventDrivenArchitecture with #AmazonEventBridge, Amazon Key modernized its event platform.
The Impact ❓
• Millions of daily events processed with millisecond latency
• Improved schema governance
• Automated cross-account routing
• Service onboarding reduced from 48 hours → 4 hours
• Maintains 99.99% reliabilityDetails here 👉 https://bit.ly/4kNWJSn
#InfoQ #SoftwareArchitecture #AWS #Microservices #LowLatency #EvolutionaryArchitecture #Platforms
-
🚀 Cerebras now tops the fastest LLM APIs, delivering ultra‑low latency and record‑breaking token generation rates. Their open‑source gpt‑oss‑120B model shows how high‑throughput AI can stay affordable and scalable. Curious how this stacks up against other large language models? Dive in for the benchmarks and what it means for developers. #Cerebras #LLMAPI #LowLatency #HighThroughput
🔗 https://aidailypost.com/news/cerebras-leads-top-5-fast-llm-apis-low-latency-high-token-rate
-
AWS Global Accelerator delivers faster, more secure, low-latency applications with Anycast IPs around the world. Learn how to scale global apps, improve uptime & optimize performance here: https://shorturl.at/DGxh7
#AWS #Cloud #GlobalAccelerator #DevOps #LowLatency #Anycast #WebPerformance #tech
-
#CaseStudy - Discover how #Uber evolved their distributed storage platform from static rate limiting to a priority-aware load management system to safeguard their in-house databases.
This shift tackled the limits of QPS-based rate limiting in large, multi-tenant systems - handling noisy neighbors, and protecting tail latency.
Read more on #InfoQ 👉 https://bit.ly/4rjf8IW
-
Asus ROG Strix GS‑BE7200 WiFi 7: 40 Gbps, MU‑MIMO, Beamforming, RGB. Low‑latency gaming ready. Link in bio for specs.
-
❄️ Gearing up for a long, cold weekend?
We’ve curated the best #InfoQ #podcasts of 2025 to keep you inspired. Whether you’re hitting the gym or cozying up with a coffee, these deep dives are well worth your time.
🎧 Listen now - transcripts included!
➡️ Why Rust Will Help You Deliver Better Low-latency Systems and Happier Developers with Andrew Lamb
https://bit.ly/3HXGW4v➡️ Effective Error Handling: a Uniform Strategy for Heterogeneous Distributed Systems with Jenish Shah
https://bit.ly/433kvCp➡️ Is WebAssembly the Secure, Efficient Alternative Everybody was Waiting for? with Laurent Doguin & Geoffroy Couprie
https://bit.ly/463vc8P➡️ Observability in Java with Micrometer - a Conversation with Marcin Grzejszczak
https://bit.ly/3HIwXjA➡️ The Financial Architecture of Software with Ian Miell
https://bit.ly/3HrM0xG📚 #StayAhead of the curve - Knowledge is power 💪
#RustLang #DistributedSystems #WebAssembly #Java #Observability #Micrometer #SoftwareArchitecture #LowLatency
-
Unlock blazing-fast, secure global app delivery with AWS Global Accelerator using Anycast IPs. Enhance performance & reduce latency at the edge. Learn how: https://shorturl.at/sGfqd
#AWS #CloudComputing #GlobalAccelerator #LowLatency #DevOps #WebPerformance #Anycast