# PMAP
`pmap` is a multithreaded `map` functional operator that, differently from other implementations, _keeps the ordering_ of the input list.
Usage examples:
In [1]: from pmap import pmap
In [2]: pmap (lambda x:x*x, range(10))
Out[2]: [0, 1, 4, 9, 16, 25, 36, 49, 64, 81]
`pmap` is a multithreaded `map` functional operator that, differently from other implementations, _keeps the ordering_ of the input list.
Usage examples:
In [1]: from pmap import pmap
In [2]: pmap (lambda x:x*x, range(10))
Out[2]: [0, 1, 4, 9, 16, 25, 36, 49, 64, 81]
Release files for pmap 0.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pmap-0.0.6.tar.gz | 1.5 kB | Details |
Release files / pmap-0.0.6.tar.gz
| Download URL | pmap-0.0.6.tar.gz |
|---|---|
| Size | 1.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c8050b8a4cff953852f0107f9e009340bb5eec6ae91d6f5f211015ac4cb46743
|
|
BLAKE2b-256 checksum How to use checksums |
9f5409a1c020781aa8574fb2838f6044d8a171621bc7aa3a056cc55ba348e421
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |