high-performance

Tag

Cards List
#high-performance

Wireblast a 100 Gbps packet generator in Go using AF_XDP

Hacker News Top · 2026-08-08 Cached

Andree Toonk releases Wireblast, a 100 Gbps packet generator written in Go using AF_XDP for line-rate packet transmission.

0 favorites 0 likes
#high-performance

SDL_GPU minimal, single-header, high-performance 2D graphics painting library

Hacker News Top · 2026-07-30 Cached

SDL_gp is a minimal, high-performance 2D graphics painting library for SDL3, ported from sokol_gp, providing a simple resource management system.

0 favorites 0 likes
#high-performance

Co-Opting Linux Processes for High-Performance Network Simulation (2022)

Hacker News Top · 2026-07-24 Cached

This paper presents Phantom, a tool that co-opts Linux processes to run unmodified applications within a high-performance discrete-event network simulator, demonstrating significant speed improvements over existing tools like Shadow and NS-3.

0 favorites 0 likes
#high-performance

Ruf debuts new flat-eight engine at Goodwood

Ars Technica · 2026-07-09 Cached

Ruf debuts its new B8 flat-eight engine at the Goodwood Festival of Speed, producing over 1,000 hp and fitted to a modified CTR3 test mule called the Erprober.

0 favorites 0 likes
#high-performance

@QuixiAI: https://x.com/QuixiAI/status/2073936537213915611

X AI KOLs Following · 2026-07-06 Cached

QuixiAI released QuixiCore, a family of native high-performance AI kernel libraries for modern accelerators, with standalone implementations for CUDA, Metal, ROCm, XPU, and Gaudi backends, all sharing a common contract but no shared code.

0 favorites 0 likes
#high-performance

FoundationDB's Flow – Bringing Actor-Based Concurrency to C++11

Hacker News Top · 2026-07-02 Cached

Flow is a programming language extension for C++11 that brings actor-based concurrency, enabling efficient asynchronous communication with futures and promises, and supporting deterministic simulation for reliability testing.

0 favorites 0 likes
#high-performance

Client-side load balancing at a million requests per second

Hacker News Top · 2026-07-01 Cached

Zalando's engineering team describes how they implemented client-side load balancing to replace the shared edge load balancer for their high-traffic Product Read API, reducing latency and improving observability by eliminating the fan-out bottleneck through Skipper.

0 favorites 0 likes
#high-performance

OpenZL

Lobsters Hottest · 2026-06-27 Cached

OpenZL is a compression library that generates specialized compressors for specific data formats, achieving high compression ratios at high speeds suitable for datacenter workloads like AI processing.

0 favorites 0 likes
#high-performance

audio.cpp: 12 audio models (Qwen3-TTS, PocketTTS, VeVo2 etc) in 1 C++/ggml runtime — TTS up to 5x faster than Python on CUDA

Reddit r/LocalLLaMA · 2026-06-25

audio.cpp is a C++/ggml runtime that integrates 12 audio models including Qwen3-TTS, PocketTTS, and VeVo2, achieving TTS up to 5x faster than Python on CUDA.

0 favorites 0 likes
#high-performance

@PyTorch: One runtime, multiple GPU architectures, and zero vendor-specific model code. In this blog post, the TokenSpeed team @l…

X AI KOLs Following · 2026-06-25 Cached

TokenSpeed-Kernel is a portable, high-performance kernel system for LLM inference that enables zero vendor-specific model code and supports multiple GPU architectures, achieving up to 3.6x higher throughput on AMD MI355X.

0 favorites 0 likes
#high-performance

@shubh6200: To understand how massive files are processed, read "Parsing Gigabytes of JSON per Second" by @geofflangdale and @lemir…

X AI KOLs Timeline · 2026-06-24 Cached

The paper presents simdjson, the first validating JSON parser capable of processing gigabytes per second on a single core using SIMD instructions, achieving substantial speedups over existing parsers like RapidJSON.

0 favorites 0 likes
#high-performance

@raydistributed: Ray Serve LLM now offers 4.4x higher request throughput on prefill-heavy workloads, and 24.8x higher request throughput…

X AI KOLs Following · 2026-06-18 Cached

Ray Serve LLM achieves 4.4x and 24.8x throughput improvements on prefill- and decode-heavy workloads via direct streaming, a new vLLM V2 executor backend, and HAProxy ingress, now available in Ray 2.56 in partnership with Google Cloud and vLLM.

0 favorites 0 likes
#high-performance

Gemma 4 E2B running in-browser at 255 tok/s using WebGPU kernels written by Fable 5

Reddit r/LocalLLaMA · 2026-06-17

Gemma 4 is demonstrated running in-browser via WebGPU at 255 tokens per second, using kernels generated by Fable 5, showcasing efficient on-device inference.

0 favorites 0 likes
#high-performance

Sogen – High-performance Windows and Linux userspace emulator

Hacker News Top · 2026-06-15

Sogen is a high-performance userspace emulator that supports both Windows and Linux environments.

0 favorites 0 likes
#high-performance

Caddy compatibility for zeroserve: 3x throughput and 70% lower latency

Hacker News Top · 2026-06-14 Cached

zeroserve now supports Caddy-compatible mode, achieving 3x throughput and 70% lower latency by JIT-compiling Caddyfiles to eBPF and native machine code.

0 favorites 0 likes
#high-performance

F1 teams spend millions on their simulators—what makes them different?

Ars Technica · 2026-06-11 Cached

Formula 1 teams invest millions in driver-in-the-loop simulators with ultra-low latency and high fidelity to replicate real car behavior, enabling drivers to train and develop setups.

0 favorites 0 likes
#high-performance

Mellum by JetBrains

Product Hunt · 2026-06-11

JetBrains launches Mellum, a fast LLM designed for low-latency and high-performance workflows.

0 favorites 0 likes
#high-performance

mimalloc: A new, high-performance, scalable memory allocator for the modern era

Lobsters Hottest · 2026-06-03 Cached

mimalloc is an open-source, high-performance, scalable memory allocator that serves as a drop-in replacement for malloc and free. Designed for modern highly concurrent applications and large memory scales, it is used in major services like Bing and integrated into projects such as NoGIL CPython and Unreal Engine.

0 favorites 0 likes
#high-performance

Blorp Language

Lobsters Hottest · 2026-05-31 Cached

Blorp is a new low-friction, high-performance programming language that compiles to C, featuring explicit effects, typed failure, structured concurrency, and purity tracking.

0 favorites 0 likes
#high-performance

@charles_irl: New articles in the GPU Glossary for CuTe DSL, CUTLASS, and CuTe -- the tools used to write some of the highest-perform…

X AI KOLs Following · 2026-05-26 Cached

New articles in the GPU Glossary cover CuTe DSL, CUTLASS, and CuTe – tools for writing high-performance GPU kernels on data center GPUs, with examples in Python.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback