[ 原始碼: 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