|
You are here |
brevzin.github.io | ||
| | | | |
www.kuniga.me
|
|
| | | | | NP-Incompleteness: | |
| | | | |
www.sandordargo.com
|
|
| | | | | In one of the previous articles on binary sizes, we discussed how making a class polymorphic by using the virtual keyword affects the binary size. Turning a function into virtual has a substantial effect on the binary size, but adding more and more virtual methods to a class that already has at least one virtual function does not change that much. To have an elaborate example I went to the publicly available code examples of C++ Software Design by Klaus Iglberger. As I explained here, it's one of the best books I read in 2022. If you are interested in software design and C++, in my opinion, it's a must-read. In the book, you can find different implementations of various design patterns. All the discussed design patterns are first presented through their clas... | |
| | | | |
www.reedbeta.com
|
|
| | | | | Pixels and polygons and shaders, oh my! | |
| | | | |
bannalia.blogspot.com
|
|
| | | std::unordered_map is a highly configurable class template with five parameters: template< class Key, class Value, class Hash ... | ||