[ ソース: core-memoize-clojure ]
パッケージ: libcore-memoize-clojure (0.5.9-1)
libcore-memoize-clojure に関するリンク
Trisquel の資源:
core-memoize-clojure ソースパッケージをダウンロード:
- [core-memoize-clojure_0.5.9-1.dsc]
- [core-memoize-clojure_0.5.9.orig.tar.gz]
- [core-memoize-clojure_0.5.9-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Java Maintainers (メールアーカイブ)
- Apollon Oikonomopoulos
類似のパッケージ:
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