conal / MemoTrie

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

Data.Void #8

Closed sboosali closed 8 years ago

conal commented 8 years ago

Released to Hackage. I added an acknowledgment in the .cabal. Thanks a bunch, Sam!

sboosali commented 8 years ago

woah, thank you!

On Saturday, November 21, 2015, Conal Elliott notifications@github.com wrote:

Released to Hackage. http://hackage.haskell.org/package/MemoTrie-0.6.4 I added an acknowledgment in the .cabal. Thanks a bunch, Sam!

— Reply to this email directly or view it on GitHub https://github.com/conal/MemoTrie/pull/8#issuecomment-158674342.

(this message was composed with dictation: charitably interpret typos)Sam Boosalis

conal commented 8 years ago

I've been wanting to make memoization easier for custom data types, and your generics contribution helps a lot. I hadn't been following DeriveGenerics, so I'm glad to see it in action. Next, I want to use it with some parallel scan and FFT algorithms that I've structured generically. Exciting stuff!