/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

mklimenko.github.io
| | maksimkita.com
4.3 parsecs away

Travel
| | [AI summary] This post explains how to use runtime CPU dispatch and compiler vectorization to optimize code performance using modern CPU instruction sets like AVX2 and AVX512, including a detailed look at the implementation and results within the ClickHouse database.
| | chadaustin.me
4.2 parsecs away

Travel
| | [AI summary] This article discusses creating C++ DLL interfaces that ensure binary compatibility across different compilers and configurations by using virtual methods, extern "C" for function declarations, and managing memory allocation to prevent crashes due to incompatible heaps.
| | clickhouse.com
3.4 parsecs away

Travel
| | Dive into the internals of how we optimize ClickHouse for specific architectures and instruction sets with our CPU-dispatch framework
| | ptomato.wordpress.com
27.7 parsecs away

Travel
| A Rust version of a virtual machine, inspired by a popular post from last month about a virtual machine in 125 lines of C