r-bioc-biocio

standard input and output for Bioconductor packages

Implements `import()` and `export()` standard generics for importing and exporting biological data formats. `import()` supports whole-file as well as chunk-wise iterative import. The `import()` interface optionally provides a standard mechanism for 'lazy' access via `filter()` (on row or element-like components of the file resource), `select()` (on column-like components of the file resource) and `collect()`. The `import()` interface optionally provides transparent access to remote (e.g. via https) as well as local access. Developers can register a file extension, e.g., `.loom` for dispatch from character-based URIs to specific `import()` / `export()` methods based on classes representing file types, e.g., `LoomFile()`.

libstarpu-1.4-4

Task scheduler for heterogeneous multicore machines

StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible.

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.

nfs-ganesha-proxy-v4

nfs-ganesha fsal proxy v4 libraries

NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS.