cocreature / lrucaching

Haskell implementation of an LRU cache
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

How this is related to lrucache #1

Closed phadej closed 8 years ago

phadej commented 8 years ago

http://hackage.haskell.org/package/lrucache ?

cocreature commented 8 years ago

It is a completely separate package. lrucache contains a serious bug in insertInforming and the maintainer is not responding so I created my own package with a different API (and completely different code).

phadej commented 8 years ago

I'd put that into README.

cocreature commented 8 years ago

Done, thanks for noticing, I was planning to add that but forgot about it.

agrafix commented 7 years ago

I think now this package is the lrucache package on hackage?

cocreature commented 7 years ago

@agrafix I’m not sure what you’re saying here. What I said before still holds: This package is completely separate from the lrucache package on hackage and is called lrucaching (yes, I should have found a better name but that’s a different problem).

agrafix commented 7 years ago

Ah, sorry, okay i mixed it up with lrucaching...