SIMD optimization of Mandelbrot AVX2 OpenMP CUDA https://sudonull.com/simd-optimization-of-mandelbrot-avx2-openmp-cuda
Boosting the Mandelbrot set: from 7 FPS scalar C++ to 500+ FPS on CUDA. AVX2 intrinsics, OpenMP multithreading, GPU code. Benchmarks Ryzen 5 + RTX 3050. For middle/senior developers.
Parallel Chunk Merging Manticore Search https://sudonull.com/parallel-chunk-merging-manticore-search
Speed up RT-table compaction in Manticore Search 24.4.0: parallel merges up to 6.8x faster. Benchmarks, settings parallel_chunk_merges and merge_chunks_per_job. Configure for RT workloads.
Arc and Mutex for parallel state in Rust https://sudonull.com/arc-and-mutex-for-parallel-state-in-rust
Learn how to safely share state between threads in Rust with Arc and Mutex. Code examples, pointer comparison, optimizations for middle developers. Practical tips to avoid races.
Karpathy AI Agents: 20 Parallel Without Code https://sudonull.com/karpathy-ai-agents-20-parallel-without-code
Andrey Karpathy on working with 20 AI agents instead of manual coding. Delegating macro-tasks, parallelism, home automation. Master a new skill to speed up development. Learn the details.
Cursor 3.1: parallel agents and voice input for dev https://sudonull.com/cursor-3-1-parallel-agents-and-voice-input-for-dev
Cursor 3.1 added parallel agents in one window and redesigned voice input. Learn how this will speed up your development.