Archives
- Sun 17 May 2020
- Let's unravel the secrets behind C++17's structured bindings
- Fri 01 May 2020
- Making a STL-compatible hash map from scratch - Part 3 - The wonderful world of iterators and allocators
- Mon 13 April 2020
- Making a STL-compatible hash map from scratch - Part 2 - Growth Policies & The Schrodinger std::pair
- Mon 06 April 2020
- Making a STL-compatible hash map from scratch - Part 1 - Beating std::unordered_map
- Fri 29 November 2019
- Trip report - Meeting C++ 2019
- Sun 18 November 2018
- How to make your maps, try_emplace and smart pointers play nicely with each others in C++17.
- Sun 07 October 2018
- Trip report - CppCon 2018
- Sat 19 May 2018
- Meta Crush Saga: a C++17 compile-time game
- Sat 07 April 2018
- Distributed C++ Meetup 0x02
- Tue 20 March 2018
- Distributed C++ Meetup
- Thu 16 November 2017
- Trip report - Meeting C++ 2017
- Mon 20 February 2017
- C++ Stockholm 0x02
- Mon 01 February 2016
- An introduction to C++'s variadic templates: a thread-safe multi-type map
- Sat 31 October 2015
- An introduction to C++'s SFINAE concept: compile-time introspection of a class member
- Sat 17 October 2015
- Why starting this blog?