c4core is a library of low-level C++ utilities, written with low-latency
projects in mind.
Some of the utilities provided by c4core have already equivalent functionality
in the C++ standard, but they are provided as the existing C++ equivalent may
be insufficient (e.g., std::string_view), inefficient (e.g., std::string),
heavy (e.g. streams), or plainly unusable on some platforms/projects, (e.g.
exceptions); some other utilities have equivalent under consideration for C++
standardization; and yet some other utilities have (to the author’s knowledge)
no equivalent under consideration.
Build Time
2024-09-17 16:00:23 GMT
Size
1.36 MB
ceae9791a2c635c2482411e0fbfc3cfb
License
MIT AND BSL-1.0 AND BSD-2-Clause AND (Apache-2.0 OR MIT OR BSL-1.0)