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
301 watching
2k forks
Language: HTML
last commit: 8 days ago Related projects:
Repository | Description | Stars |
---|---|---|
boostorg/compute | A C++ library providing a thin wrapper over the OpenCL API for GPU computing. | 1,562 |
boostorg/geometry | Provides C++14-based algorithms and data structures for solving geometric problems in computational geometry | 460 |
boostorg/lockfree | A C++ library providing a set of high-performance synchronization primitives to safely access shared data without locks or barriers. | 125 |
boostorg/hana | A standard library for metaprogramming in C++ | 1,697 |
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. | 472 |
boostorg/mp11 | A C++11 metaprogramming library enabling advanced template-based programming | 243 |
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 | 179 |
idealvin/coost | A lightweight C++ library providing various utility functions and features | 4,009 |
boostorg/beast | A C++ library providing a low-level networking framework with support for HTTP/1, WebSocket, and TLS. | 4,372 |
boostorg/test | A C++ unit testing framework with a wide range of features and options | 182 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
boostorg/multiprecision | A C++ library that provides high-range and precision number types with interoperability capabilities | 198 |