Threaded Collections: 0.1.4
Fibers and Process support
Peter Jackson's assigned tickets
2 tickets open
- #2 Support Fibers no tags new
- #3 Support processes no tags new
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Threaded Collections is a package for iterating through collections over multiple threads. With large collections, sometimes it can be more efficient to process a collection in parallel, provided that the collected items don't have a interdependencies, or need to be processed in a specific order.