kitten / pessimism

A fast HAMT Map intended for KV caching and optimistic updates
MIT License
15 stars 3 forks source link

(refactor) - prevent inlining functions #2

Closed JoviDeCroock closed 5 years ago

JoviDeCroock commented 5 years ago

Closing since this should be an automatic optimisation executed by the BSCompiler but it's not possible since we are returning values after the recursive call. This deopts the optimisation