Hacker News
- C++ encapsulation for Data-Oriented Design http://bannalia.blogspot.com/2015/08/c-encapsulation-for-data-oriented-design.html 18 comments
- Traversing a linearized tree http://bannalia.blogspot.com/2015/06/traversing-linearized-tree.html 5 comments
- The perfect shape http://bannalia.blogspot.com/2014/05/the-perfect-shape.html 21 comments
- Monadic lifting in C++ http://bannalia.blogspot.com/2014/03/monadic-lifting-in-c.html 17 comments
Lobsters
- Inside boost::unordered_flat_map https://bannalia.blogspot.com/2022/11/inside-boostunorderedflatmap.html?m=1 2 comments c++
- WG21, Boost, and the ways of standardization https://bannalia.blogspot.com/2024/05/wg21-boost-and-ways-of-standardization.html 32 comments cpp
- A case in API ergonomics for ordered containers https://bannalia.blogspot.com/2024/04/a-case-in-api-ergonomics-for-ordered.html 16 comments cpp
- Bulk visitation in boost::concurrent_flat_map https://bannalia.blogspot.com/2023/10/bulk-visitation-in-boostconcurrentflatm.html 12 comments cpp
- User-defined class qualifiers in C++23 https://bannalia.blogspot.com/2023/08/user-defined-class-qualifiers-in-c23.html 7 comments cpp
- Inside boost::concurrent_flat_map https://bannalia.blogspot.com/2023/07/inside-boostconcurrentflatmap.html 35 comments cpp
- Inside boost::unordered_flat_map https://bannalia.blogspot.com/2022/11/inside-boostunorderedflatmap.html 62 comments cpp
- Deferred argument evaluation https://bannalia.blogspot.com/2022/10/deferred-argument-evaluation.html 20 comments cpp
- Advancing the state of the art for <code>std::unordered_map</code> implementations https://bannalia.blogspot.com/2022/06/advancing-state-of-art-for.html 34 comments cpp
- Emulating template named arguments in C++20 https://bannalia.blogspot.com/2022/03/emulating-template-named-arguments-in.html 12 comments cpp
- Compile-time checking the existence of a class template http://bannalia.blogspot.com/2016/09/compile-time-checking-existence-of.html 8 comments cpp
- Passing capturing C++ lambda functions as function pointers http://bannalia.blogspot.com/2016/07/passing-capturing-c-lambda-functions-as.html 9 comments cpp
- A formal definition of mutation independence http://bannalia.blogspot.com/2016/02/a-formal-definition-of-mutation.html 6 comments cpp
- About unlikely poll results (CUP assembly in Catalonia) http://bannalia.blogspot.com/2015/12/how-likely.html 4 comments math
- SOA container for encapsulated C++ DOD http://bannalia.blogspot.com/2015/11/soa-container-for-encapsulated-c-dod.html 3 comments programming
- C++ encapsulation for Data-Oriented Design: performance http://bannalia.blogspot.com/2015/09/c-encapsulation-for-data-oriented.html 19 comments programming
- C++ encapsulation for Data-Oriented Design: performance http://bannalia.blogspot.com/2015/09/c-encapsulation-for-data-oriented.html 7 comments cpp
- C++ encapsulation for Data-Oriented Design http://bannalia.blogspot.com/2015/08/c-encapsulation-for-data-oriented-design.html 7 comments cpp
- Design patterns for invariant suspension http://bannalia.blogspot.com/2015/06/design-patterns-for-invariant-suspension.html 3 comments cpp
- Cache-friendly binary search http://bannalia.blogspot.com/2015/06/cache-friendly-binary-search.html 15 comments programming
- Cache-friendly binary search http://bannalia.blogspot.com/2015/06/cache-friendly-binary-search.html 16 comments cpp
- The perfect shape http://bannalia.blogspot.com/2014/05/the-perfect-shape.html 20 comments math
- Fast polymorphic collections with devirtualization http://bannalia.blogspot.com/2014/05/fast-polymorphic-collections-with.html 3 comments cpp
- Fast polymorphic collections http://bannalia.blogspot.com/2014/05/fast-polymorphic-collections.html 9 comments cpp
- Monads and slots http://bannalia.blogspot.com/2014/03/monads-and-slots.html 3 comments cpp
- A better hash table: Clang http://bannalia.blogspot.com/2014/01/a-better-hash-table-clang.html 12 comments cpp
- A better hash table: GCC http://bannalia.blogspot.com/2014/01/a-better-hash-table-gcc.html 9 comments cpp
- A better hash table http://bannalia.blogspot.com/2014/01/a-better-hash-table.html 7 comments cpp
- Objects, slots, functors, duality http://bannalia.blogspot.com/2013/12/objects-slots-functors-duality.html 15 comments cpp
- Measuring insertion times for C++ unordered associative containers with duplicate elements http://bannalia.blogspot.com/2013/11/measuring-insertion-times-for-c_16.html 7 comments cpp
- Measuring insertion times for C++ unordered associative containers http://bannalia.blogspot.com/2013/11/measuring-insertion-times-for-c.html 3 comments cpp
- Implementation of C++ unordered associative containers with duplicate elements http://bannalia.blogspot.com/2013/10/implementation-of-c-unordered_25.html 3 comments cpp
- Implementation of C++ unordered associative containers http://bannalia.blogspot.com/2013/10/implementation-of-c-unordered.html 35 comments cpp
- Cpp bignum arithmetic: part II http://bannalia.blogspot.com/2008/07/cpp-bignum-arithmetic-part-ii.html 2 comments cpp
- Monads in C++ template metaprogramming http://bannalia.blogspot.com/2008/06/monads-in-c-template-metaprogramming.html 14 comments programming
- Functional characterization of C++ template metaprogramming http://bannalia.blogspot.com/2008/05/functional-characterization-of-c.html 28 comments programming