paralleltools

A collection of basic list functions which can be run in parallel mode (both sync or async)
Download

paralleltools Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Andrew Korzhuev
  • Publisher web site:
  • http://github.com/andrusha/

paralleltools Tags


paralleltools Description

paralleltools is a set of commonly used list traversal functions, which is working in parallel (fault-tolerant) in synchronous or asynchronous manner.Implementation is based on python threading module, so be aware of GIL.Currently implemented functions are (both sync & async):- filter - filters the list by predicate you provide;- map - applies a function to each element of the list.Important: Due to nature of parallel processing the order of results isn't guranteed. Although, function is returns a list because the objects you want to process might not be hashable, hence you can't use a set.Product's homepage


paralleltools Related Software