Hacker News new | ask | show | jobs
by kitd 2674 days ago
OT, but I notice it can be run by #include-ing the simdjson.cpp file. How common is this in CPP projects?
1 comments

It seems like there are quite a few single-header C++ libraries: https://github.com/nothings/single_file_libs

The people complaining about dependency management in Python should try doing it in C++; there seems to be half a dozen competing ones. And three times as many build systems.