node-es6-promise

Lightweight async code library for JavaScript (Node.js module)

A lightweight library that provides tools for organizing asynchronous code in the browser, according to the ECMAScript 6 Promise, but as an ECMAScript 5 library.

libresult-ocaml

compatibility Result module (runtime files)

Projects that want to use the new result type defined in OCaml >= 4.03 while staying compatible with older version of OCaml should use the Result module defined in this library.

libsocl-1.1-1

Task scheduler for heterogeneous multicore machines

libafterstep1

shared libraries for the AfterStep window manager

AfterStep is a window manager based on FVWM which attempts to emulate the NEXTSTEP look and feel, while retaining the configurability of its predecessor. Note that this window manager makes extensive use of the color palette. If you have only an 8-bit color display, it will run as packaged, but you may want to modify the configuration to use fewer colors.

libopenhft-chronicle-bytes-java

OpenHFT byte buffer library

Chronicle Bytes has a similar purpose to Java NIO's ByteBuffer with some extensions. It's build on Chronicle Core's direct memory and OS system call access and contains all the low level memory access wrappers. The API supports: * 64-bit sizes * UTF-8 and ISO-8859-1 encoded strings. * thread safe off heap memory operations. * deterministic release of resources via reference counting. * compressed data types such as stop bit encoding. * elastic ByteBuffer wrappers which resize as required. * parsing text and writing text directly to off heap bytes.

libopenhft-chronicle-core-java

OpenHFT core library

Chronicle Core wraps up low level access to: * Off Heap Memory Access * JVM Access Methods * OS Calls * Resource Reference Counting * Object Pools * Class Local Caching * Maths Functions for casting types, rounding double, faster hashing. * Serializable Lambdas * Histogram A high performance wide range histogram.