libsereal-decoder-perl
fast, compact, powerful binary deserialization module
Sereal::Decoder implements a deserializer for an efficient, compact-output,
and feature-rich binary protocol called Sereal.
r-bioc-biocfilecache
GNU R management of files across sessions
This package creates a persistent on-disk cache of files
that the user can add, update, and retrieve. It is useful for
managing resources (such as custom Txdb objects) that are costly
or difficult to create, web resources, and data files used across
sessions.
r-bioc-delayedarray
BioConductor delayed operations on array-like objects
Wrapping an array-like object (typically an on-disk object) in
a DelayedArray object allows one to perform common array operations
on it without loading the object in memory. In order to reduce memory
usage and optimize performance, operations on the object are either
delayed or executed using a block processing mechanism. Note that this
also works on in-memory array-like objects like DataFrame objects
(typically with Rle columns), Matrix objects, and ordinary arrays and
data frames.
raku-json-marshal
Raku module to serialise objects to JSON
This JSON::Marshal Raku module translates a Raku object in
JSON. This module performs the opposite task
of JSON::Unmarshal module.
libtime-now-ocaml
current time for OCaml (runtime files)
This package provides a single function to report
the current time in nanoseconds since the start of
the Unix epoch.
raku-json-unmarshal
Raku module to turn JSON into objects
A Raku module to make JSON data from an Object. This module
provides the opposite functionality of JSON::Marshal.