Explore >> Select a destination


You are here

www.morling.dev
| | nuculabs.wordpress.com
4.7 parsecs away

Travel
| | Hello ??, I started exploring Rust a week ago due to more and more web services being written in Rust at my work place and so far I like the language, it's simple, fast and beautiful. My day to day programming tasks are in Python, Go and Java. I've also used C# for some personal...
| | aarol.dev
4.9 parsecs away

Travel
| | I've been learning a lot about low-level programming languages lately, and for a long time there has been one thing that has interested me: SIMD (or ...
| | www.da.vidbuchanan.co.uk
4.2 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.
| | wingolog.org
25.9 parsecs away

Travel
| wingolog: article: accessing webassembly reference-typed arrays from c++