libtimblserver4t64

Server extensions for Timbl - runtime

timblserver is a TiMBL wrapper; it adds server functionality to TiMBL. It allows TiMBL to run multiple experiments as a TCP server, optionally via HTTP.

ceph-tools

utilities to manage a Ceph cluster

This package contains a set of utilities to help managing a Ceph cluster. It helps, for example: * managing rebalance * adding multiple OSD in a scheduled way * display the dispersion of OSD fillings

runsc

gVisor container sandbox runtime

gVisor is an application kernel, written in Go, that implements a substantial portion of the Linux system surface. It includes an Open Container Initiative (OCI) runtime called runsc that provides an isolation boundary between the application and the host kernel.

libunix-errno-ocaml

errno variant that includes a variety of constructors

An errno variant similar to Unix.error but including POSIX 2008, Linux, OS X, and FreeBSD constructors. A macro definition type is also provided in order to transport a specific errno-integer map as is the case with FUSE or 9p2000.u. The types and their functions reside in Errno and are independent of any Unix bindings. This makes the library's types usable from MirageOS on top of Xen.

libstarpu-contrib-1.3-9

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.

libkotlinx-atomicfu-java

AtomicFU - Idiomatic atomic operations in Kotlin

AtomicFU is a library that provides the idiomatic and effective way of using atomic operations in Kotlin: Code it like a boxed value, but run it efficiently as java.util.concurrent.atomic.AtomicXxxFieldUpdater. Kotlin-specific extensions (e.g. inline loop, update, updateAndGet functions), atomic arrays, user-defined extensions on atomics and locks.