Explore >> Select a destination


You are here

www.da.vidbuchanan.co.uk
| | mcyoung.xyz
2.2 parsecs away

Travel
| | [AI summary] The text provides an in-depth exploration of SIMD (Single Instruction, Multiple Data) programming, focusing on its application in optimizing algorithms like base64 decoding. It outlines the challenges of writing portable SIMD code across different architectures, the role of compilers and instruction sets, and the importance of avoiding branches in performance-critical code. The article transitions into a practical example of implementing a SIMD version of the base64 decoding algorithm, emphasizing the use of shuffles and data reordering to efficiently process data in parallel. It also touches on the trade-offs between using intrinsics, portable SIMD libraries, and compiler optimizations, while highlighting the complexities of cross-platform deve...
| | huonw.github.io
1.6 parsecs away

Travel
| | An overview of my work on improving SIMD in Rust.
| | morepypy.blogspot.com
4.0 parsecs away

Travel
| | String formatting is probably something you do just about every day in Python, and never think about. It's so easy, just "%d %d" % (i, i) ...
| | www.wingolog.org
29.3 parsecs away

Travel
| wingolog: article: firefox's low-latency webassembly compiler