A process-based parallisim library for Ruby inspired by Python's multiprocessing.Pool. MRI Ruby has a Global Interpretor Lock which prevents multiple threads from concurrently running. This gem will ...
ThreadPool.imap (also imap_unsorted) consumes vast amounts of memory unnecessarily, degrading performance of systems that use it without this helping in the performance of imap. Where used to process ...