The effect of debug mode when benchmarking R package performance (CC302)

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2024

Комментарии • 4

  • @kkanden
    @kkanden 2 месяца назад

    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!

    • @Riffomonas
      @Riffomonas  2 месяца назад

      Thanks so much! Glad you found the series 🤓

  • @frankyfour
    @frankyfour 2 месяца назад +2

    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.

    • @Riffomonas
      @Riffomonas  2 месяца назад

      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 :)