Bolt is a C++ template library optimized for GPUs. Bolt provides high-performance library implementations for common algorithms such as scan, reduce, transform, and sort.
updated at Nov. 3, 2024, 1:53 a.m.
A lightweight C++ machine learning library for embedded electronics and robotics.
updated at Nov. 3, 2024, 12:11 p.m.
mailio is a cross platform C++ library for MIME format and SMTP, POP3, IMAP protocols. It is based on the standard C++ 17 and Boost library.
updated at Nov. 3, 2024, 2:11 p.m.
C++ Benchmark Authoring Library/Framework
updated at Nov. 3, 2024, 4:26 p.m.
An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.
updated at Nov. 4, 2024, 2:20 a.m.
A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average. 20-24% speed increase in use-case testing.
updated at Nov. 4, 2024, 2:34 a.m.
A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context.
updated at Nov. 4, 2024, 2:41 a.m.
Lightweight, extremely high-performance JSON parser for C++11
updated at Nov. 5, 2024, 12:01 a.m.