quicklisp / quicklisp-projects

Metadata for projects tracked by Quicklisp.
http://www.quicklisp.org/
415 stars 47 forks source link

Please add Type-Templates #2352

Open Shinmera opened 1 year ago

Shinmera commented 1 year ago

This library allows you to define types and "template functions" that can be expanded into various type-specialised versions to eliminate runtime dispatch overhead. It was specifically designed to implement low-level numerical data types and functionality.

Author: Yukari Hafner License: zlib Source: https://github.com/shinmera/type-templates.git Documentation: https://shinmera.github.io/type-templates