Jonas Tärnström

Results 12 comments of Jonas Tärnström

No it does not. It’s a major feature we envision for a possible future ujson 2.0 //JT

A speedy method of identifying and specifying custom encoders has to be defined and implemented. I’ve done some thinking around this, either we just have one custom encoder function which...

I suppose we should honor the “drop in replacement” as far as possible yes. We could add the class -> func mapping as an internal API not visible externally or...

Moving this into the possible 2.0 milestone for ujson

I actually think there's been efforts made around this. Maybe someone in the Django community has better understanding of this. //JT On 5 jun 2013, at 04:20, "Omer Katz" wrote:...

Not sure, google said: https://pypi.python.org/pypi/django-memcached-pool/0.3

Of this project?

Encoding objects is a very different story and a use case which can’t be made easier in the same straight forward way as ujson4c does for the decoding part. //JT...

Where was it allocated? It’s possible some static initialized stuff inside the Python side of it doesn’t get freed. I’m actually not sure From: jsia [mailto:[email protected]] Sent: den 4 november...

That is expected. The umysql driver doesn't use streaming but instead retreives the entire result set in memory. //JT On 24 jun 2013, at 15:03, "yihuang" wrote: I have a...