Boost_Libraries's profile picture. Boost provides free peer-reviewed portable C++ source libraries.

Boost

@Boost_Libraries

Boost provides free peer-reviewed portable C++ source libraries.

ปักหมุด

Level up your C++ skills! Sharpen your code with the latest from the Boost Libraries, powerful, peer-reviewed, and production-ready New in Boost: Bloom – High-performance Bloom filters → boost.org/libs/bloom Hash2 – Modern, flexible hashing library → boost.org/libs/hash2

Boost_Libraries's tweet image. Level up your C++ skills!
Sharpen your code with the latest from the Boost Libraries, powerful, peer-reviewed, and production-ready

New in Boost:
Bloom – High-performance Bloom filters → boost.org/libs/bloom
Hash2 – Modern, flexible hashing library → boost.org/libs/hash2…

Experimenting with Fil-C, a memory-safe compiler for C++ and C

Fil-C achieves C/C++ memory safety, but at what performance cost? We ran the Boost.Unordered benchmarks to find out: bannalia.blogspot.com/2025/11/some-e…

joaquintdig's tweet image. Fil-C achieves C/C++ memory safety, but at what performance cost? We ran the Boost.Unordered benchmarks to find out:

bannalia.blogspot.com/2025/11/some-e…


Boost.Decimal by Matt Borland and Chris Kormanyos has been accepted! Implementation of IEEE 754 and ISO/IEC DTR 24733 Decimal Floating Point numbers. Thanks to Review Manager John Maddock. Announcement: go.boost.org/4r9BvBt Repo: go.boost.org/4hSojfH Docs:…

Boost_Libraries's tweet image. Boost.Decimal by Matt Borland and Chris Kormanyos has been accepted!  Implementation of IEEE 754 and ISO/IEC DTR 24733 Decimal Floating Point numbers. Thanks to Review Manager John Maddock.

Announcement: go.boost.org/4r9BvBt
Repo: go.boost.org/4hSojfH
Docs:…

Template-heavy C++ compiles slowly because the AST explodes. Matheus Izvekov optimized how Clang represents certain types so the AST builds leaner. Result: 5–7% faster builds measured on stdexec and Chromium. Fewer nodes, fewer indirections → faster compiles.…


Boost 1.89 has just been published in Conan Center! go.boost.org/48Xhl6S #cpp #opensource #boost

Boost_Libraries's tweet image. Boost 1.89 has just been published in Conan Center!
go.boost.org/48Xhl6S 
#cpp #opensource #boost

More and more Boost libraries are using Mr.Docs for automatic documentation generation! See Boost.URL's Mr.Docs-generated reference: go.boost.org/4qFpPWM Learn more about : go.boost.org/3Ws0mCi go.boost.org/4nAKKrh #cpp

Boost_Libraries's tweet image. More and more Boost libraries are using Mr.Docs for automatic documentation generation!

See Boost.URL's Mr.Docs-generated reference:
go.boost.org/4qFpPWM 

Learn more about :
go.boost.org/3Ws0mCi
go.boost.org/4nAKKrh 

#cpp…

Real-world: 32.4M ops/sec vs 25.3M (28% lift). Typical benches: 2.5–3x faster than std. Let numbers make the call. go.boost.org/3KQ3q8E #cplusplus #opensource #boost

Boost_Libraries's tweet image. Real-world: 32.4M ops/sec vs 25.3M (28% lift). Typical benches: 2.5–3x faster than std. Let numbers make the call. go.boost.org/3KQ3q8E  #cplusplus #opensource #boost

concurrent_flat_map: 2–2.5x ops/sec vs tbb::concurrent_hash_map in skewed workloads. Lock‑free probe; per‑group spinlocks. go.boost.org/4oaVs8k #cpp #opensource #boost

Boost_Libraries's tweet image. concurrent_flat_map: 2–2.5x ops/sec vs tbb::concurrent_hash_map in skewed workloads. Lock‑free probe; per‑group spinlocks. go.boost.org/4oaVs8k  #cpp #opensource #boost

Boost 1.89 (the entire project or individual libraries) is now available in vcpkg go.boost.org/46T3op7

Boost_Libraries's tweet image. Boost 1.89 (the entire project or individual libraries) is now available in vcpkg

go.boost.org/46T3op7

flat_map wins 14–29% across diverse workloads; up to 3.2x fewer comparisons on unsuccessful lookups via overflow‑byte early stop. go.boost.org/4o05Y2w #cplusplus #opensource #boost

Boost_Libraries's tweet image. flat_map wins 14–29% across diverse workloads; up to 3.2x fewer comparisons on unsuccessful lookups via overflow‑byte early stop. go.boost.org/4o05Y2w  #cplusplus #opensource #boost

Need max performance? Use unordered_flat_map. Need stable refs? unordered_node_map. Multi-threaded? concurrent_*. Ship the right tool, not the default. go.boost.org/4nNZhk3

Boost_Libraries's tweet image. Need max performance? Use unordered_flat_map. Need stable refs? unordered_node_map. Multi-threaded? concurrent_*. Ship the right tool, not the default. go.boost.org/4nNZhk3

Chaotic Attractors with Boost.OdeInt, a talk by Richard Thomson at the Utah C++ Programmers Group youtube.com/watch?v=zpGx7s… boost.org/libs/numeric/o…

Boost_Libraries's tweet image. Chaotic Attractors with Boost.OdeInt, a talk by Richard Thomson at the Utah C++ Programmers Group

youtube.com/watch?v=zpGx7s…
boost.org/libs/numeric/o…

Learn about the implementation of high-performance bulk operations in Boost.Bloom: bannalia.blogspot.com/2025/10/bulk-o… boost.org/libs/bloom

Boost_Libraries's tweet image. Learn about the implementation of high-performance bulk operations in Boost.Bloom:

bannalia.blogspot.com/2025/10/bulk-o…
boost.org/libs/bloom

The official re-review of Matt Borland and Chris Kormanyos's Boost.Decimal proposal runs from Oct 6th to 15th. John Maddock manages the re-review. Repo: github.com/cppalliance/de… Docs: develop.decimal.cpp.al/decimal/overvi… Participate: lists.boost.org/archives/list/…

Boost_Libraries's tweet image. The official re-review of Matt Borland and Chris Kormanyos's Boost.Decimal proposal runs from Oct 6th to 15th. John Maddock manages the re-review.

Repo: github.com/cppalliance/de…
Docs: develop.decimal.cpp.al/decimal/overvi…
Participate: lists.boost.org/archives/list/…

Did you know that @ClickHouseDB uses more than 20 Boost libraries! Algorithm, Any, CircularBuffer, Container, StringAlgo, Context, Convert, Core, DynamicBitset, ContainerHash, Geometry, Heap, Integer, Intrusive, IOStreams, LexicalCast, Locale, Math, MultiIndex, Multiprecision,…

Boost_Libraries's tweet image. Did you know that @ClickHouseDB uses more than 20 Boost libraries!

Algorithm, Any, CircularBuffer, Container, StringAlgo, Context, Convert, Core, DynamicBitset, ContainerHash, Geometry, Heap, Integer, Intrusive, IOStreams, LexicalCast, Locale, Math, MultiIndex, Multiprecision,…

Graph database @arangodb relies on a number of Boost libraries: Algorithm, Asio, Container, ContainerHash, Core, Lockfree, PropertyTree, Range, Test, Thread, UUID. arangodb.com github.com/arangodb/arang… boost.org

Boost_Libraries's tweet image. Graph database @arangodb relies on a number of Boost libraries: Algorithm, Asio, Container, ContainerHash, Core, Lockfree, PropertyTree, Range, Test, Thread, UUID.

arangodb.com
github.com/arangodb/arang…
boost.org

Wed, Oct 8 @ 6:00 PMC: save the date for "Chaotic Attractors with Boost.OdeInt", an upcoming online meetup by the Utah C++ Programmers Group meetup.com/utah-cpp-progr… Boost.Odeint is a C++ library for solving ordinary differential equations (ODEs) boost.org/libs/numeric/o…

Boost_Libraries's tweet image. Wed, Oct 8 @ 6:00 PMC: save the date for "Chaotic Attractors with Boost.OdeInt", an upcoming online meetup by the Utah C++ Programmers Group
meetup.com/utah-cpp-progr…

Boost.Odeint is a C++ library for solving ordinary differential equations (ODEs)
boost.org/libs/numeric/o…

Want to apply fuzzing to your code? Learn how it's made at Boost: boost.org/doc/contributo…

Boost_Libraries's tweet image. Want to apply fuzzing to your code? Learn how it's made at Boost:

boost.org/doc/contributo…

The implementation of Nix functional package manager from @nixos_org relies on Boost libraries Container, Context, Coroutine, Core, Format, LexicalCast, Unordered and URL. nixos.org github.com/NixOS/nix boost.org

Boost_Libraries's tweet image. The implementation of Nix functional package manager from @nixos_org relies on Boost libraries Container, Context, Coroutine, Core, Format, LexicalCast, Unordered and URL.

nixos.org
github.com/NixOS/nix
boost.org

Boost made a cameo in the final #CppCon keynote. Thanks to @mattgodbolt for the mention, and to the C++ community for keeping @Boost_Libraries strong! boost.org

Boost_Libraries's tweet image. Boost made a cameo in the final #CppCon keynote. Thanks to @mattgodbolt for the mention, and to the C++ community for keeping @Boost_Libraries strong!

boost.org

Loading...

Something went wrong.


Something went wrong.