Package: memofunc 1.0.3
memofunc: Function Memoization
A simple way to memoize function results to improve performance by eliminating unnecessary computation or data retrieval activities.
Authors:
memofunc_1.0.3.tar.gz
memofunc_1.0.3.zip(r-4.5)memofunc_1.0.3.zip(r-4.4)memofunc_1.0.3.zip(r-4.3)
memofunc_1.0.3.tgz(r-4.4-any)memofunc_1.0.3.tgz(r-4.3-any)
memofunc_1.0.3.tar.gz(r-4.5-noble)memofunc_1.0.3.tar.gz(r-4.4-noble)
memofunc_1.0.3.tgz(r-4.4-emscripten)memofunc_1.0.3.tgz(r-4.3-emscripten)
memofunc.pdf |memofunc.html✨
memofunc/json (API)
NEWS
# Install 'memofunc' in R: |
install.packages('memofunc', repos = c('https://rwetherall.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rwetherall/memofunc/issues
Last updated 4 years agofrom:0dd0ee722f. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win | OK | Oct 25 2024 |
R-4.5-linux | OK | Oct 25 2024 |
R-4.4-win | OK | Oct 25 2024 |
R-4.4-mac | OK | Oct 25 2024 |
R-4.3-win | OK | Oct 25 2024 |
R-4.3-mac | OK | Oct 25 2024 |
Exports:functionCallhashis.memomemomemo.cachememo.functionstorage.clearstorage.getstorage.hasstorage.initstorage.setstorage.unset
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Function Call | functionCall |
Hash | hash |
Hash | hash.default |
Hash | hash.function |
Hash | hash.functionCall |
Hash | hash.list |
Is Memo | is.memo |
Memo | memo |
Memo Cache | memo.cache |
Memo Function | memo.function |
memofunc: A package for memoizing functions and caching data | memofunc |
Clear the storage. | storage.clear |
Clear the memory store. | storage.clear.memory |
Get value from a store. | storage.get |
Get a value from a memory store. | storage.get.memory |
Has key has been used to store a value? | storage.has |
Has key has been used to store a value in a memory store? | storage.has.memory |
Initialize a store. | storage.init |
Initialize a memory store. | storage.init.memory |
Set value into a store. | storage.set |
Set value into a memory store. | storage.set.memory |
Unset a value that corresponds to a key within a store. | storage.unset |
Unset a value that corresponds to a key within a memory store. | storage.unset.memory |