/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

aarol.dev
| | www.da.vidbuchanan.co.uk
4.3 parsecs away

Travel
| | [AI summary] The blog post discusses the implementation of Conway's Game of Life using Python with optimized techniques such as SWAR (Shift and Arithmetic Word) and parallel processing. The author leverages Python's native integer operations for SIMD-like acceleration, eliminating the need for explicit SIMD instructions. They also use SDL2 for rendering and achieve high frame rates through parallel execution across multiple processes. The post highlights performance gains, comparing the optimized approach with naive implementations and exploring potential further optimizations using lower-level languages or GPU acceleration.
| | huonw.github.io
4.0 parsecs away

Travel
| | An overview of my work on improving SIMD in Rust.
| | www.snellman.net
3.9 parsecs away

Travel
| | A hash function implementation specialized for generating multiple keys of the same length at the same time, using AVX2 SIMD instructions.
| | baatz.io
26.8 parsecs away

Travel
|