Skip to main content
# 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]

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pmap-0.0.6.tar.gz (1.5 kB view details)

Uploaded Source

File details

Details for the file pmap-0.0.6.tar.gz.

File metadata

  • Download URL: pmap-0.0.6.tar.gz
  • Upload date:
  • Size: 1.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pmap-0.0.6.tar.gz
Algorithm Hash digest
SHA256 c8050b8a4cff953852f0107f9e009340bb5eec6ae91d6f5f211015ac4cb46743
MD5 9e20a72ff023afce7ab9e7d369dc2971
BLAKE2b-256 9f5409a1c020781aa8574fb2838f6044d8a171621bc7aa3a056cc55ba348e421

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.6 This release

1 file

0.0.5

1 file

0.0.4

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page