Skip to main content

map based easy paralell processing tool

Project description

mulmap

下の方に日本語の説明があります

Overview

  • map based easy paralell processing tool
  • description is under construction.

Usage

import time
import mulmap

def func(i):
	time.sleep(2)
	return i ** 2

res = mulmap(func, [1, 2, 3])
print(res)	# -> [1,4,9]

概要

  • mapの形式の並列処理。1引数関数を別々の引数で並列で動作させる。
  • 説明は執筆中です

使用例

import time
import mulmap

def func(i):
	time.sleep(2)
	return i ** 2

res = mulmap(func, [1, 2, 3])
print(res)	# -> [1,4,9]

Project details


Download files

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

Source Distribution

mulmap-0.0.0.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

mulmap-0.0.0-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file mulmap-0.0.0.tar.gz.

File metadata

  • Download URL: mulmap-0.0.0.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for mulmap-0.0.0.tar.gz
Algorithm Hash digest
SHA256 e81bfbb54b37609b7592a59ac0fb0f41381d18786ecf609c7e86065603e1e8f1
MD5 3fde5f530d4bdcdbb4fbd7123f5703a2
BLAKE2b-256 5fcc9b64669b55677995ab72a815ef6a597884a87d82901285380c60aeb53e2a

See more details on using hashes here.

File details

Details for the file mulmap-0.0.0-py3-none-any.whl.

File metadata

  • Download URL: mulmap-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for mulmap-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 af19a4cdbba2ecf9a979544cb27ef127c6f20f065b990e50a5a6f562103d41d6
MD5 4ab847239bf46a51a444c6e61b6bb2ac
BLAKE2b-256 c47859037a583caf5d6c661bd8e6bbed812fecbcf1c142c66c9301f72d84b170

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page