C++ core utilities
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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.2.2-2.fc42 | - |
Fedora 41 | 0.2.0-2.fc41 | - |
Fedora 40 | 0.1.11-20.fc40 | - |
Fedora 39 | 0.1.11-18.fc39 | - |
Fedora EPEL 9 | 0.1.9^20220802gitda43293-12.el9 | - |
Fedora EPEL 8 | 0.1.10-14.el8 | - |
Fedora EPEL 10.0 | 0.2.2-2.el10_0 | - |
You can contact the maintainers of this package via email at
c4core dash maintainers at fedoraproject dot org
.