Liking cljdoc? Tell your friends :D

celtuce.codec


bb->bytesclj

(bb->bytes bb)
source

byte-array-codecclj

(byte-array-codec)
source

bytes->bbclj

(bytes->bb b)
source

carbonite-codecclj

(carbonite-codec)
(carbonite-codec kryo-factory)
source

compression-codecclj

(compression-codec delegate-codec compression-type)
source

kryo-readclj

(kryo-read kryo bb)

Deserialize obj from ByteBuffer bb

Deserialize obj from ByteBuffer bb
sourceraw docstring

kryo-writeclj

(kryo-write kryo obj)

Serialize obj to ByteBuffer

Serialize obj to ByteBuffer
sourceraw docstring

kryos-poolclj

(kryos-pool kryo-factory)

Kryo objects pool with soft references to allow for GC when running out of memory

Kryo objects pool with soft references to allow for GC when running out of memory
sourceraw docstring

nippy-codecclj

(nippy-codec)
(nippy-codec freeze-opts thaw-opts)
source

utf8-string-codecclj

(utf8-string-codec)
source

with-kryos-poolcljmacro

(with-kryos-pool kryo-pool form)

Inject a Kryo object from kryo-pool as the first parameter of form and run it

Inject a Kryo object from kryo-pool as the first parameter of form and run it
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close