Explore >> Select a destination


You are here

zackoverflow.dev
| | www.da.vidbuchanan.co.uk
2.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.
| | tonybaloney.github.io
3.5 parsecs away

Travel
| | [AI summary] Python 3.13 introduces a new JIT compiler using a copy-and-patch approach, aiming to improve performance by compiling bytecodes into machine code at runtime.
| | www.lukas-barth.net
3.5 parsecs away

Travel
| | If you build an application that uses large, contiguous amounts of memory, it can increase your performance if you allocate this memory in so-called huge pages. Linux offers you two ways of doing that - a legacy way and a modern way. This article describes the modern way of using huge pages, so called transparent huge pages (THP) and applies the techniques from a previous article to verify that we actually got huge pages. The article starts by giving a super-short recap on how paging works and why huge p...
| | francisbach.com
31.3 parsecs away

Travel
|