- Technique: Compile Time Code Generation and Optimization https://www.foonathan.net/2022/01/compile-time-codegen/ 8 comments cpp
Linking pages
Linked pages
- Parsing Protobuf at 2+GB/s: How I Learned To Love Tail Calls in C https://blog.reverberate.org/2021/04/21/musttail-efficient-interpreters.html 409 comments
- GitHub - foonathan/lexy: C++ parsing DSL https://github.com/foonathan/lexy 47 comments
- GitHub - hanickadot/compile-time-regular-expressions: Compile Time Regular Expression in C++ https://github.com/hanickadot/compile-time-regular-expressions 30 comments
- Adventures in JIT compilation: Part 1 - an interpreter - Eli Bendersky's website http://eli.thegreenplace.net/2017/adventures-in-jit-compilation-part-1-an-interpreter/ 27 comments
- Regular Expression Matching: the Virtual Machine Approach http://swtch.com/~rsc/regexp/regexp2.html 27 comments
- `saturating_add` vs. `saturating_int` -- new function vs. new type? https://www.foonathan.net/2022/03/behavior-function-type/ 21 comments
- Brainfuck - Wikipedia https://en.wikipedia.org/wiki/Brainfuck 17 comments
- I accidentally wrote a Turing-complete parsing library https://www.foonathan.net/2021/11/lexy-turing/ 0 comments
- Tail call - Wikipedia https://en.wikipedia.org/wiki/Tail_call 0 comments
Would you like to stay up to date with C & C++? Checkout C & C++
Weekly.
Related searches:
Search whole site: site:foonathan.net
Search title: Technique: Compile Time Code Generation and Optimization
See how to search.