» Tag
performance
240 postsMicrosoft Struggles to Make Windows 11 Work Well on 8GB of RAM
Microsoft's 8GB RAM Surface Laptop fails to perform well with Windows 11, causing frequent hangs during multitasking.
Quad Storage for Optimal Throughput and Latency
The quad-arena project introduces an innovative approach to data storage by using four 64-bit integers, enhancing database design.
Why DB Connections Are Not Held During Slow LLM Calls
Not holding DB connections during LLM calls enhances performance in AI systems. We explore this using the Honcho example.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comPython Column Was N/A for a Year: CPython's 4300-Digit Limit
A bug in the Python agent due to CPython 3.11+ limited data production. Discover the fixes and results.
Distributed Caching: Building a Cache Like Neo
Enhancing efficiency in distributed caching systems with consistent hashing and virtual nodes.
How I Eliminated 19,494 Duplicate MongoDB Records
Learn how I eliminated 19,494 duplicate MongoDB records and optimized performance.
JavaScript Atomics and SharedArrayBuffer in 2026: Cross-Worker State Management
Explore practical methods for fast data sharing between worker processes using SharedArrayBuffer and Atomics in JavaScript.
Your Game's GC Spikes? Blame Yourself.
Learn how to prevent GC spikes in Unity by using Span<T> and Memory<T> for allocation-free coding.
Enhancing Edge AI Performance with Zero-Copy Image Processing
Overcome memory issues in edge AI applications with zero-copy image processing. Boost efficiency and reduce overheating.
Speeding Up Claude Code: Reducing Context Injection from 228KB to 48KB
Improving Claude Code performance by reducing context injection from 228KB to 48KB.