Posts
Stay up to date with Boost and the C++ ecosystem with the latest news, videos, resources, and user-created content.
Latest Posts
-
Decimal Goes Back to ReviewThe Decimal library is re‑entering Boost review (Oct 6‑15). Updates include renamed types/headers, simplified constructors, IEEE‑754 rounding, Antora docs, fmt and CMake support, and resolved review issues; hardware decimal and CUDA support are planned.
-
Levelling up Boost.RedisPer‑operation cancellation via asio::cancel_after is added in Boost.Redis 1.90, together with custom startup commands replacing HELLO, Valkey support, race‑free cancellation handling, and upcoming Sentinel and health‑check enhancements.
-
Bulk operations in Boost.BloomBulk insertion and lookup are added to Boost.Bloom in Boost 1.90; position calculations are prefetched and lookup uses a bit‑mask with std::countr_zero to minimise branches, yielding speedups of up to three‑fold depending on filter size and parameters.
-
Implementation of Nix functional package managerThe implementation of Nix functional package manager from nixos.org relies on Boost libraries Container, Context, Coroutine, Core, Format, LexicalCast, Unordered and URL. https://nixos.org/ https://github.com/NixOS/nix https://www.boost.org/
-
-
Boost.SQLite proposal resultsBoost.SQLite proposal from Klemens Morgenstern has been rejected. The author is encouraged to resubmit after addressing the issues identified in the review. Thanks to Review Manager Mohammad Nejati. Repo: https://github.com/klemens-morgenstern/sqlite Docs: https://klemens.dev/sqlite Review results: https://lists.boost.org/archives/list/boost@lists.boost.org/thread/J74OTT6TZ5W6ZHC....PPBGM6WW54PBFNR/
-
Improving libraries through Boost review process: the case of OpenMethodAfter years of developing YOMM2, a C++ open multi-method library, a Boost author endorsed it and a formal review was conducted. Feedback led to redesigns and an opt‑in feature. The library was accepted, renamed Boost.OpenMethod, and slated for Boost 1.90.0.
-
Re-review of Boost.SQLliteThe official re-review of Klemens Morgenstern's Boost.SQLite proposal runs from Aug 25 to Sep 3. Mohammad Nejati manages the re-review. Repo: https://github.com/klemens-morgenstern/sqlite Docs: https://klemens.dev/sqlite/ Participate: https://lists.boost.org/archives/list/boost@lists.boost.org/thread/FK4NIN2J6JHHQ6X....F7DGOQV4Q43MNYX/
-
New Library for 1.89 - Boost.BloomBoost.Bloom is a header-only C++ library for efficient probabilistic set membership testing. It allows you to check whether an element might be in a set, with minimal memory overhead and no false negatives, ideal for high-throughput scenarios like caching, deduplication, and indexing. The filter is highly space-efficient, and can dramatically reduce the cost of negative lookups in systems where accessing the full data set is expensive. Repo: https://github.com/boostorg/bloom Docs: https://boost.org/libs/bloom
-
Boost 1.89 Released!With the 1.89 release there is one new library and 28 updates to existing libraries, ready for download! https://www.boost.org/releases/1.89.0/
Create an account
Advance your career, learn from experts, and help shape the future of Boost and C++.