Explore >> Select a destination


You are here

cprimozic.net
| | www.da.vidbuchanan.co.uk
3.5 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.
| | gist.github.com
2.9 parsecs away

Travel
| | GitHub Gist: instantly share code, notes, and snippets.
| | surma.dev
3.2 parsecs away

Travel
| | What follows is a brain dump of everything I know about compiling Rust to WebAssembly. Enjoy.
| | huonw.github.io
24.3 parsecs away

Travel
| Rust can model properties of aggregate types with certain trait tricks, which makes closures and concurrent APIs interact well.