malofficial / foxxll

FOundation of stXXl and thriLL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FOXXLL

Travis-CI Status of branch master: Travis-CI Status

Coveralls Test Coverageof branch master: Coverage Status

Coverity Result of branch coverity_scan: Coverity Status

FOXXLL is the Foundation of STXXL and ThriLL and offers solutions to (mostly) external-memory related issues. The lowest layer, the Asynchronous I/O primitives layer (AIO layer), abstracts away the details of how asynchronous I/O is performed on a particular operating system. It contains a number of drivers to access files (and raw devices) under Linux (syscall, linuxaio, memory-mapped access), OSX and Windows. It also features an EM emulation layer for fast development and collects extensive statistics on the IO performance of the system.

The Block Management layer (BM layer) provides a programming interface emulating the parallel disk model. The BM layer provides an abstraction for a fundamental concept in the external memory algorithm design — a block of elements. The block manager implements block allocation/deallocation, allowing several block-to-disk assignment strategies: striping, randomized striping, randomized cycling, etc. The layer provides an implementation of parallel disk buffered writing, optimal prefetching, and block caching. The implementations are fully asynchronous and designed to explicitly support overlapping between I/O and computation.

LICENSE TERMS

FOXXLL is distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

About

FOundation of stXXl and thriLL

License:Boost Software License 1.0


Languages

Language:C++ 91.2%Language:CMake 5.7%Language:Perl 2.8%Language:Shell 0.3%Language:C 0.1%