stxxl_tool

STXXL File creation and benchmark tool

Install

All systems
curl cmd.cat/stxxl_tool.sh
Debian Debian
apt-get install libstxxl1-bin
Ubuntu
apt-get install libstxxl1-bin
image/svg+xml Kali Linux
apt-get install libstxxl1-bin
Fedora
dnf install stxxl-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install libstxxl1-bin
Raspbian
apt-get install libstxxl1-bin

libstxxl1-bin

STXXL File creation and benchmark tool

STXXL provides an STL replacement using an abstraction layer to storage devices to allow for the optimal layout of data structures. This allows for multi-terabyte datasets to be held and manipulated in standard C++ data structures, whilst abstracting the complexity of managing this behaviour efficiently. STXXL utilises multi-disk I/O to speed up I/O bound calculations. STXXL has been developed at the University of Karlsruhe. A benchmarking tool and STXXL on-disk file administration utility

stxxl-devel

applications