conal / MemoTrie

Trie-based memo functions
Other
89 stars 22 forks source link

Performance over Integer is horrible #3

Open TomMD opened 10 years ago

TomMD commented 10 years ago

The performance of the integer support is two orders of magnitude worse than I expected (switching to Int brought everything inline). I suspect something can be done.