i decided to watch the whole series from the start as i've missed a lot of the episodes, and after a week or two i finally reached the lates video and i have to say i really learned a lot! always exciting to see how to do stuff in a new "cooler" way. i really appreciate your videos, thanks for the amazing work!
Bench showing memory allocations make it much more attractive than microbenchmark. Low memory allocation is often a sign of a well implemented function, not to mention that R will eventually have to gc that memory.
i decided to watch the whole series from the start as i've missed a lot of the episodes, and after a week or two i finally reached the lates video and i have to say i really learned a lot! always exciting to see how to do stuff in a new "cooler" way. i really appreciate your videos, thanks for the amazing work!
Thanks so much! Glad you found the series 🤓
Bench showing memory allocations make it much more attractive than microbenchmark. Low memory allocation is often a sign of a well implemented function, not to mention that R will eventually have to gc that memory.
Thanks - part of me worries that it counts memory stored in C++ differently from R, but hey, it's an excuse to save my RCpp code :)