|
You are here |
rodusek.com | ||
| | | | |
simoncoenen.com
|
|
| | | | | Using compile-time string hashing to generate type information in C++ | |
| | | | |
mklimenko.github.io
|
|
| | | | | Every time I work with a C library, I miss the power and capability of the type system C++ provides. That's why I developed a simple C++17 header-only helper library to pack the multiple type-dependent C-style functions into single overload deduced at compile-time. No external libraries are required. Repo link: https://github.com/MKlimenko/plusifier. Currently, it's just the header and a compile-time test file, CMake integration coming soon. | |
| | | | |
mpark.github.io
|
|
| | | | | Can we work around the limitations of non-type template parameters? | |
| | | | |
blog.logrocket.com
|
|
| | | [AI summary] A technical tutorial explains how to use the TypeScript-to-WebAssembly compiler to improve web application performance. | ||