by doodkin | Oct 17, 2015 | General
pro optimization tips: Minimize reference use. Use direct values, Use x not obj.x, every time you access a reference it adds O(1). if you access a reference in a loop. then it multiplies the access time, times the looped amount. see all about prefetcher...
by doodkin | Oct 8, 2015 | General
There’s a guy who did as a PHD, a book that summarizes the innovations in C++14. I was positivly surprised about the summarization and relevance. several links http://resource.zhaoziyuan.com/resource_b/0957b2b8f3891eeb2c20d0dfc921f27e.pdf His book I have found...
Recent Comments