API Reference PelemayFp v0.1.0

Modules

Pelemay Fast Parallel map: provides fast Parallel map function, similar to the Enum module, although computations will be executed in parallel using Process.spawn/4.

Inserts a given consecutive list of tuples of a Range, count and a list into another one.

Merges two consecutive list of tuples of a Range, count and a list.

Receives a given consecutive list of tuples of a Range, count and a list, or an exit or dying message from the monitored process and merges it into a result, and send it.

Provides the split function that divides a given enumerable into a chunk list whose size equals to or is less than the given threshold, with spawing each process corresponding to the chunk list, and the range function that returns the range from the number of the chunk minus 1 to 0.