Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Easy Multiprocessing in Python with QuasiQueue (github.com/tedivm)
2 points by tedivm 10 months ago | hide | past | favorite | 1 comment



I built QuasiQueue to make it easier to create multiprocess projects in Python. I found dealing with the multiprocess library and queue to be a bit difficult by itself, when it really shouldn't be.

With this library you define "writers" (which push things to the multiprocess queue) and "readers" (which take items from the multiprocess queue and process them). The library has a lot of settings that can be used for tuning.

I've used this library for several things, such as crawling github repositories for analytics, crawling the fediverse for metadata, and experimenting with building out a webserver.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: