SENov 3, 2016

Runtime Template Instantiation for C++

arXiv:1611.00947v1
Originality Synthesis-oriented
AI Analysis

This addresses the issue for developers in scientific environments who need flexible, high-performance C++ libraries, though it appears incremental as it builds on existing template mechanisms.

The paper tackled the problem of adding flexibility to C++ templated libraries, which are performant and generic but inflexible for handling unexpected data types, by introducing runtime template instantiation in the Vcsn platform.

Performance, genericity and flexibility are three valuable qualities for scientific environments that tend to be antagonistic. C++ provides excellent support for both performances and genericity thanks to its support for (class and function) templates. However, a C++ templated library can hardly be qualified as flexible: data of unexpected types cannot enter the system, which hinders user interactions. This paper describes the approach that was taken in the Vcsn platform to add flexibility on top of C++ templates, including runtime template instantiation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes