cmhoove14 / LEMMAABMv4

GNU General Public License v3.0
0 stars 2 forks source link

Profile and speed up #5

Closed cmhoove14 closed 3 years ago

cmhoove14 commented 3 years ago

Most code is fairly optimized as far as R goes, but testing functions (R/testing_Functions) in particular appear to be limiting factor right now and could be sped up via translation to cpp functions (added to src folder)

cmhoove14 commented 3 years ago

Rewrote a few functions in C++ and edited some other slowish modules. Still a couple tweaks that would be made, but started to hit decreasing returns with speed to effort tradeoffs