David Terei

Results 5 issues of David Terei

Should support: - Int[8,16,32,64] - Word - Word[8,16,32,64] - ByteString - Lazy & Strict - Text? - (Doc a)

GHC has an internal copy of pretty. I've gone and merged any improvements from GHC into pretty, so we can be safe that the code in pretty is the best...

As title suggest. Could also consider supporting Text.

It's hard to iterate on Pretty as it's a fairly performance critical library but there is no benchmark suite for it. Add one. There is some code in the branch...

Libmemcached support `memcached_get_by_key` and `memcached_set_by_key`. These can be useful for implementing some specific caching and usage strategies with memcached. It would be awesome if pylibmc supported these.