Bannalia: trivial notes on themes diverse
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...
Friday, October 20, 2023
Bulk visitation in
boost::concurrent_flat_map
›
Introduction Prior art Bulk visitation design Performance analysis Conclusions and next steps Introduction boost::concurrent_flat_map and ...
›
Home
View web version