|
You are here |
mklimenko.github.io | ||
| | | | |
maksimkita.com
|
|
| | | | | [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
|
|
| | | | | [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
|
|
| | | | | Dive into the internals of how we optimize ClickHouse for specific architectures and instruction sets with our CPU-dispatch framework | |
| | | | |
ptomato.wordpress.com
|
|
| | | A Rust version of a virtual machine, inspired by a popular post from last month about a virtual machine in 125 lines of C | ||