You are here |
stefan-marr.de | ||
| | | |
zenodo.org
|
|
| | | | This artifact accompanies our paper AST vs. Bytecode: Interpreters in the Age of Meta-Compilationto enable others to reuse our experimental setup and methodology, and verify our claims. Specifically, the artifacts covers our three contributions: It contains the implementation of our methodology to identify run-timeperformance and memory usage tradeoffs between AST and bytecode interpreters. Thus, it contains all benchmarks and experiments for reproduction of results,and reuse for new experiments, as well... | |
| | | |
sumercip.com
|
|
| | | | How Python's recent performance improvements work under the hood | |
| | | |
2023.splashcon.org
|
|
| | | | The ACM SIGPLAN International Conference on Systems, Programming, Languages and Applications: Software for Humanity (SPLASH) embraces all aspects of software construction and delivery, to make it the premier conference on the applications of programming languages - at the intersection of programming languages and software engineering. We welcome the community to join us in Lisbon to celebrate humanity at the core of the software development process. We encourage everyone to participate in the many differ... | |
| | | |
www.fluentcpp.com
|
|
| | std::exchange is a underused function of the C++ standard library. Here is how it can make your code expressive. |