A common namespace for utility functions for storage.
A common namespace for utility functions for storage.
(create-block-manager name manager-name block-size nr-blocks)
Creates a block manager
Creates a block manager
(named-storage storage-constructor name root-id block-count)
A common function for opening storage with a given name. Must be provided with a storage constructor and the name. The root id indicates an index root, and may be nil for an empty index. The block count refers to the count of blocks in the storage.
A common function for opening storage with a given name. Must be provided with a storage constructor and the name. The root id indicates an index root, and may be nil for an empty index. The block count refers to the count of blocks in the storage.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close