Development
- Using custom C++ types in hash-containers
- Performance of std algorithms
- Speed comparison: atomic vs. non-atomic
- How to use google benchmark with cmake and different compilers
- C++ coding challenge: task 1 - fizzbuzz summary
- Atomics, memory barriers and reordering
- Use std::unique_ptr with PyObject*
- Implement quicksort using the STL
- Python: instance vs. class attributes
- Default initialization?
- A standalone guarded pointer pattern
- When to declare a destructor in C++20 as virtual?
- Modern C++ can be easy as Python
- Setting size of /dev/shm for k8s container
- An odyssey of utf8 string character counting optimization