boost
C++ library suite
The Boost project provides a collection of C++ libraries designed to work well with the standard library, offering a wide range of functionalities for various applications.
Super-project for modularized Boost
7k stars
303 watching
2k forks
Language: HTML
last commit: about 1 month ago Related projects:
Repository | Description | Stars |
---|---|---|
boostorg/compute | A C++ library providing a thin wrapper over the OpenCL API for GPU computing. | 1,566 |
boostorg/geometry | Provides C++14-based algorithms and data structures for solving geometric problems in computational geometry | 461 |
boostorg/lockfree | A C++ library providing a set of high-performance synchronization primitives to safely access shared data without locks or barriers. | 126 |
boostorg/hana | A standard library for metaprogramming in C++ | 1,705 |
boostorg/interprocess | Provides C++ classes and functions to safely access shared resources between threads and processes without explicit synchronization. | 139 |
boostorg/hof | A C++ library providing modern utilities for functions and function objects to improve expressiveness and simplify constructs. | 507 |
boostorg/python | Enables seamless interoperability between C++ and the Python programming language. | 476 |
boostorg/mp11 | A C++11 metaprogramming library enabling advanced template-based programming | 245 |
boostorg/program_options | A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. | 110 |
boostorg/gil | A C++ library for working with images in a generic and efficient way | 178 |
idealvin/coost | A lightweight C++ library providing various utility functions and features | 4,040 |
boostorg/beast | A C++ library providing a low-level networking framework with support for HTTP/1, WebSocket, and TLS. | 4,392 |
boostorg/test | A C++ unit testing framework with a wide range of features and options | 183 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
boostorg/multiprecision | A C++ library that provides high-range and precision number types with interoperability capabilities | 202 |