jameslairdsmith / gs

A grammar of recurring calendar events.
https://jameslairdsmith.github.io/gs/
Other
15 stars 0 forks source link

Performance #4

Open jameslairdsmith opened 5 years ago

jameslairdsmith commented 5 years ago

Because all the schedule functions create only functions and all those functions are vectorised, scheduler's performance should be very good. But this is worth revisiting once everything else has been done. It may be worth exploring re-writing some of the functions to use C++.