Bannalia: trivial notes on themes diverse
Saturday, December 20, 2025
Boost.MultiIndex refactored
›
Boost.MultiIndex was launched as part of Boost 1.32 in November 2004. The library is still actively maintained and in use by some notable p...
Friday, November 14, 2025
Comparing the run-time performance of Fil-C and ASAN
›
After the publication of the experiments with Boost.Unordered on Fil-C , some readers asked for a comparison of run-time performances betwee...
Monday, November 10, 2025
Some experiments with Boost.Unordered on Fil-C
›
Fil-C is a C and C++ compiler built on top of LLVM that adds run-time memory-safety mechanisms preventing out-of-bounds and use-after-free ...
Saturday, October 4, 2025
Bulk operations in Boost.Bloom
›
Starting in Boost 1.90, Boost.Bloom will provide so-called bulk operations , which, in general, can speed up insertion and lookup by a si...
Sunday, July 6, 2025
Maps on chains
›
(From a conversation with Vassil Vassilev.) Suppose we want to have a C++ map where the keys are disjoint, integer intervals of the form [ a...
Thursday, May 23, 2024
WG21, Boost, and the ways of standardization
›
Goals of standardization Standardizing programming languages WG21 Innovation vs. adoption Pros and cons of standardization An assessment mod...
Thursday, April 4, 2024
A case in API ergonomics for ordered containers
›
Suppose we have a std::set<int> and would like to retrieve the elements between values a and b , both inclusive. This task is served...
›
Home
View web version