performance

Tag

Cards List
#performance

GPT-5.6 Sol can run now at an incredible rate of ~750 tokens per second

Reddit r/singularity · 1h ago

GPT-5.6 Sol now runs at an impressive inference speed of about 750 tokens per second.

0 favorites 0 likes
#performance

@akshay_pachaar: https://x.com/akshay_pachaar/status/2087928032904523980

X AI KOLs Following · 3h ago Cached

An educational thread explaining how GPUs work, focusing on the memory-compute asymmetry that dominates LLM serving performance, and demonstrating how techniques like quantization, speculative decoding, and continuous batching follow from that fundamental constraint.

0 favorites 0 likes
#performance

Previewing Ultrafast mode: GPT-5.6 Sol at up to 14X the speed

OpenAI Blog · 8h ago Cached

OpenAI previews Ultrafast, a new service tier for GPT-5.6 Sol that runs up to 14× faster via Cerebras, generating up to 750 tokens per second in the OpenAI API.

0 favorites 0 likes
#performance

fearless_simd v0.7: 64-bit integers, improved generics, SSE2, and upcoming v1.0

Lobsters Hottest · yesterday Cached

fearless_simd v0.7 adds 64-bit integer support, SSE2 level, improved generics, and more operations, with v1.0 upcoming.

0 favorites 0 likes
#performance

Performance impact of Alignment

Lobsters Hottest · 2d ago Cached

This technical blog post explains the performance impact of memory alignment in SIMD vectorization, covering architectures with strict alignment requirements, cacheline crossing, and the behavior of modern CPUs.

0 favorites 0 likes
#performance

Llama-CPP Parallel Agents --> fine for decode, but one agent's prefill will grind all other agents to a halt

Reddit r/LocalLLaMA · 2d ago

A user reports that in Llama-CPP with parallel sub-agents, decode performance is great but a single agent's prefill (e.g., processing a web search) stalls all other agents, and asks for tuning suggestions.

0 favorites 0 likes
#performance

@QuixiAI: I got DeepSeek v4 Flash 0731 running on 4x A100 with SlimServe. 175 tok/s for single-request 1k tok/s for 64 concurrent…

X AI KOLs Timeline · 2d ago Cached

QuixiAI reports running DeepSeek v4 Flash 0731 on 4x A100 with SlimServe, achieving 175 tok/s for single requests and 1k tok/s for 64 concurrent requests.

0 favorites 0 likes
#performance

Moving integer division to floating-point is trivial

Lobsters Hottest · 2d ago Cached

A technical blog post explains how to perform integer division and remainder using floating-point division and fused multiply-add, with constraints on operand bit widths, and discusses practical considerations for SIMD and rounding modes.

0 favorites 0 likes
#performance

Achievable 253 t/s - unsloth/Muse Glimmer 30B UD-Q5_K_M on a 5090

Reddit r/LocalLLaMA · 2d ago

Benchmarks unsloth's Muse Glimmer 30B on an RTX 5090 with speculative decoding, achieving up to 253 t/s using a DFlash draft model and a GPU-based argmax PR, though the PR is still a draft.

0 favorites 0 likes
#performance

Glimmer: 233.4 tps on 5090 with Dflash

Reddit r/LocalLLaMA · 3d ago

Glimmer reportedly hits 233.4 tps on an RTX 5090 using Dflash, with 256k context fitting on 24GB VRAM, sparking excitement among users.

0 favorites 0 likes
#performance

Re-balancing Deflate Compression Levels

Lobsters Hottest · 3d ago Cached

Klaus Post discusses the process of rebalancing deflate compression levels in the Go compression library to make speed/compression trade-offs more linear and intuitive.

0 favorites 0 likes
#performance

@nuskey8: We've released lkv, a new embedded DB implementation in Rust. It's a lightweight KVS specialized for Point Lookup, achi…

X AI KOLs Timeline · 3d ago Cached

nuskey8 released lkv, a lightweight embedded key-value store in Rust optimized for point lookups, claiming ~165x faster than SQLite and ~15x faster than LMDB with a minimal feature set.

0 favorites 0 likes
#performance

Tail-call optimization in C is relatively recent

Hacker News Top · 3d ago Cached

A LWN comment discusses the relatively recent implementation of tail-call optimization in C compilers, citing historical limitations and noting that modern GCC and Clang now support it, with potential benefits for interpreter implementations.

0 favorites 0 likes
#performance

Fast Haskell Scripts on GitHub Actions

Lobsters Hottest · 3d ago Cached

The article explains how to speed up running Haskell scripts with Magix on GitHub Actions by caching dependencies and compiled artifacts, reducing full build times from over 100 seconds to near-instant reruns.

0 favorites 0 likes
#performance

Profile-guided optimization in Go

Lobsters Hottest · 3d ago Cached

Daniel Lemire benchmarks profile-guided optimization (PGO) in Go, showing modest speedups of 2-5% when parsing JSON, with the best gains when the training profile matches the workload.

0 favorites 0 likes
#performance

What garbage collection actually costs

Hacker News Top · 3d ago Cached

A technical article explains the true performance costs of garbage collection, contrasting tracing GCs, reference counting, and compile-time memory management in languages like Go, Java, Rust, Swift, and Python.

0 favorites 0 likes
#performance

Windows 11's built-in Weather app wastes more than 1 GB of RAM

Hacker News Top · 4d ago Cached

Windows 11's built-in Weather app can consume over 1 GB of RAM, about five times more than macOS's Weather app, due to its WebView2-based non-native architecture. This could noticeably impact lower-end PCs with 8-16 GB of RAM.

0 favorites 0 likes
#performance

@tom_doerr: httptap is a Python CLI that breaks HTTP requests down into specific phases like DNS resolution, TCP connection, TLS ha…

X AI KOLs Timeline · 4d ago Cached

httptap is a Python CLI that dissects HTTP requests into phases like DNS, TCP, TLS, and data transfer to generate detailed waterfall timelines for troubleshooting and performance analysis.

0 favorites 0 likes
#performance

enabling PCI-E p2p for consumer Nvidia cards will yield you more than you think

Reddit r/LocalLLaMA · 4d ago

Enabling PCI-E peer-to-peer (P2P) for consumer Nvidia GPUs with patched drivers and vLLM environment variables yields roughly 25% prefill throughput improvement for free, as demonstrated by benchmarks.

0 favorites 0 likes
#performance

@TheAhmadOsman: Dense models like Qwen 3.8 27B are a TERRIBLE experience on unified-memory systems like DGX Spark btw DGX Sparks are be…

X AI KOLs Following · 4d ago Cached

Ahmad Osman argues that dense models like Qwen 27B perform poorly on unified-memory systems such as NVIDIA DGX Spark, suggesting MoE models are a better fit; he claims discrete GPUs like the RTX PRO 6000 deliver far better performance for agentic workloads.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback