Backup to store results of functions, so they do not need to be rerun
Reason this release was yanked:
Minor bugs
Project description
remember
Backup to store results of functions, so they do not need to be rerun. As long as the function is unchanged, and the inputs are the same
from remember import remember
@remember
def count(n):
for i in range(n):
pass
return i
count(1000000000) #this is going to take a few seconds
count(1000000000) #now this is inmediate
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
norerun-1.0.0.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file norerun-1.0.0.tar.gz.
File metadata
- Download URL: norerun-1.0.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
218bd86c6479d145ccd49d32af5a724b5dc541ee0d8de745fe825b884cfe9e0b
|
|
| MD5 |
a8340d3ddbb225d0f1ee041b70ddae6f
|
|
| BLAKE2b-256 |
863528eb17e0e0fdb8ed33a1811c25991a763cc6fe5a32e4e83b0368416db21d
|
File details
Details for the file norerun-1.0.0-py3-none-any.whl.
File metadata
- Download URL: norerun-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd25ca970cd7dbe75e6632df98a017b70b9008e1c38463cfab7aa34027e9de77
|
|
| MD5 |
d94ee57d905b6cf3c1ba8a40e261d459
|
|
| BLAKE2b-256 |
4e91c8794974bd0e3d7e1b036a8fd976b979fb944400098558ecd88c557dcdba
|