This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ebfe
Recipients asvetlov, christian.heimes, ebfe, gregory.p.smith, isoschiz, jcea, mark.dickinson, neologix, pitrou, python-dev, rhettinger, serhiy.storchaka, skrah, tim.peters, vstinner
Date 2013-06-02.10:10:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370167832.51.0.41018290878.issue16427@psf.upfronthosting.co.za>
In-reply-to
Content
It's a cache sitting between an informix db and and an internal web service. Stuff comes out of db, processed, json'ifed, cached and put on the wire. 10**6s of strings pass this process per request if uncached...

I use CityHash64WithSeed, the seed being cpython's hash prefix (which I don't care about but found reassuring to put in anyway)
History
Date User Action Args
2013-06-02 10:10:32ebfesetrecipients: + ebfe, tim.peters, rhettinger, gregory.p.smith, jcea, mark.dickinson, pitrou, vstinner, christian.heimes, asvetlov, skrah, neologix, python-dev, serhiy.storchaka, isoschiz
2013-06-02 10:10:32ebfesetmessageid: <1370167832.51.0.41018290878.issue16427@psf.upfronthosting.co.za>
2013-06-02 10:10:32ebfelinkissue16427 messages
2013-06-02 10:10:31ebfecreate