actuarialopensource / benchmarks

Some performance tests for actuarial applications
MIT License
14 stars 4 forks source link

some type stability enhancements #25

Closed alecloudenback closed 1 year ago

alecloudenback commented 1 year ago

This makes the Julia version ~15% faster than before by avoiding Any and providing some hints to the return types (theory: memoization/recursion made the types hard to infer?)

MatthewCaseres commented 1 year ago

Thanks!