Is it common to define a template class only in a header?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • etl

    Blazing-fast Expression Templates Library (ETL) with GPU support, in C++ (by wichtounet)

  • There are also countless libraries that do this. Check out ETL as an example. Notice that yea, you might have some trouble compiling this in parallel, but generally when you work with codebases over a million lines, you are compiling multiple binaries, which CAN be compiled in parallel. And since you only ever include things once, you technically don't need the pragma in your headers (though I usually put it or include guards there just to be nice). Additionally, it's less work for your preprocessor and compiler since it has fewer includes to process, and it doesn't need to deal with the forward declarations we normally paste all over the place with .h/.cpp architectures. Of course, main.cpp takes a hot minute to compile. But it also doesn't need to compile other cpp files in this binary, so it does benefit from that.

  • 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
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

  • I built an online PDF management platform using open-source software

    2 projects | news.ycombinator.com | 12 May 2024
  • Arrow Flight SQL in Apache Doris for 10X faster data transfer

    2 projects | dev.to | 12 May 2024
  • Google Deep Mind Open-Sources Hardware for Barkour Robot

    1 project | news.ycombinator.com | 12 May 2024
  • Tracy: A real time frame and sampling profiler for games and other applications

    1 project | news.ycombinator.com | 12 May 2024
  • Harnessing Screams with Tidal Looper

    5 projects | dev.to | 12 May 2024