[ ソース: core-memoize-clojure ]
パッケージ: libcore-memoize-clojure (1.0.257-1)
libcore-memoize-clojure に関するリンク
Debian の資源:
core-memoize-clojure ソースパッケージをダウンロード:
- [core-memoize-clojure_1.0.257-1.dsc]
- [core-memoize-clojure_1.0.257.orig.tar.xz]
- [core-memoize-clojure_1.0.257-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Clojure memoization library
core.memoize provides the following features:
* An underlying PluggableMemoization protocol, allowing the use of customizable and swappable memoization caches. * Memoization builders for implementation of common caching strategies (FIFO, LRU, TTL, etc.) * Function for manipulating the memoization cache of core.memoize-backed functions.
その他の libcore-memoize-clojure 関連パッケージ
|
|
|
|
-
- dep: libclojure-java
- Lisp dialect for the JVM (library)
-
- dep: libcore-cache-clojure
- cache abstraction library for Clojure