Skip to content Skip to sidebar Skip to footer
Showing posts with the label Concurrency

Stackless Python And Multicores?

So, I'm toying around with Stackless Python and a question popped up in my head, maybe this is … Read more Stackless Python And Multicores?

Persistent Memoization In Python

I have an expensive function that takes and returns a small amount of data (a few integers and floa… Read more Persistent Memoization In Python

Concurrent Sax Processing Of Large, Simple Xml Files?

I have a couple of gigantic XML files (10GB-40GB) that have a very simple structure: just a single … Read more Concurrent Sax Processing Of Large, Simple Xml Files?

Memory Usage With Concurrent.futures.threadpoolexecutor In Python3

I am building a script to download and parse benefits information for health insurance plans on Oba… Read more Memory Usage With Concurrent.futures.threadpoolexecutor In Python3

Celeryd_concurrency, --concurrency And Autoscale

I have a few questions regarding task routing, concurrency and performance. Here is my use case : I… Read more Celeryd_concurrency, --concurrency And Autoscale

Memory Usage With Concurrent.futures.ThreadPoolExecutor In Python3

I am building a script to download and parse benefits information for health insurance plans on Oba… Read more Memory Usage With Concurrent.futures.ThreadPoolExecutor In Python3