Stringy Templates

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • neo-fun

    Some library components that didn't quite fit anywhere else...

  • Yeah, I omitted the constructors on the type. You can find a fully usable definition here: https://github.com/vector-of-bool/neo-fun/blob/develop/src/neo/fixed_string.hpp (tested with GCC 10 and MSVC in VS 2019)

  • consteval-huffman

    Compile-time Huffman coding compression using C++20

  • C++17/20's advancements in compile-time programming opens the gates for data processing and creation based on constants like this. About a year ago, I pulled this all together to create a utility for compile-time data compression.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • compile-time-regular-expressions

    Compile Time Regular Expression in C++

  • On the topic of wild things done with compile time strings, check out /u/hanickadot's compile-time regular expressions if you haven't already, it's mind-blowing

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts