macOS
brew install libstxxllocal Homebrew formula metadata
brew
C++ implementation of STL for extra large data sets. Version 1.4.1 via Homebrew; verified from local package data.
install
brew install libstxxllocal Homebrew formula metadata
sudo apt install libstxxl-devDebian stable package indexes · libstxxl-dev · source: deb.debian.org
overview
C++ implementation of STL for extra large data sets
history
STXXL, packaged in Homebrew as libstxxl, is the Standard Template Library for Extra Large Data Sets. It is a C++ external-memory library that mirrors STL-style containers and algorithms for data sets that live on disks rather than in RAM.
The project README describes STXXL as an implementation of the C++ STL for external-memory, out-of-core computation, with high performance as a design priority. The Karlsruhe technical report by Roman Dementiev, Lutz Kettner, and Peter Sanders was published in 2005 and presents STXXL as a practical experimentation library for huge data sets.
GitHub tag metadata records an STXXL 0.2 release commit on July 1, 2003, and GitHub release metadata records the 1.4.x release line on June 15, 2015.
STXXL's adoption was strongest in algorithm engineering and research settings where external-memory sorting, graph algorithms, suffix arrays, and large sequential pipelines mattered. The 2005 report notes use in minimum spanning trees, connected components, breadth-first search decompositions, suffix arrays, and social-network metrics for huge graphs.
Users configure STXXL disk files through STXXLCFG or .stxxl configuration files, then build C++ programs against its containers, algorithms, and I/O layers. Its package-manager footprint is narrower than general-purpose C++ libraries, but it remains useful for reproducible builds of older external-memory research code.
STXXL is package-nerd significant because it packages a research-grade external-memory STL as a normal C++ system library. It is a reminder that package managers preserve not only mainstream infrastructure but also specialized algorithm-engineering tools with unusual runtime configuration requirements.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$STXXLCFG./.stxxl.$HOSTNAME./.stxxl~/.stxxl.$HOSTNAME~/.stxxl%STXXLCFG%.stxxl.%COMPUTERNAME%.txt.stxxl.txt%APPDATA%/.stxxl.%COMPUTERNAME%.txt%APPDATA%/.stxxl.txtexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
stxxl_tool | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://stxxl.sourceforge.net/
install metadata
| Package key | brew:libstxxl |
|---|---|
| Version | 1.4.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/libstxxl |
| Homepage | https://stxxl.sourceforge.net/ |
| Repository | https://github.com/stxxl/stxxl |
| Upstream docs | https://github.com/stxxl/stxxl#readme |
| License | BSL-1.0 |
| Source archive | https://downloads.sourceforge.net/project/stxxl/stxxl/1.4.1/stxxl-1.4.1.tar.gz |
| Build dependencies | cmake |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libstxxl |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libstxxl-dev 1.4.1-4.1
Development libraries for STXXL
sudo apt install libstxxl-devlibstxxl-doc 1.4.1-4.1
Documentation for STXXL
sudo apt install libstxxl-doclibstxxl1-bin 1.4.1-4.1
STXXL File creation and benchmark tool
sudo apt install libstxxl1-binlibstxxl1t64 1.4.1-4.1
C++ Standard Template Library for extra large datasets
sudo apt install libstxxl1t64libstxxl-dev 1.4.1-4.1build1
Development libraries for STXXL
sudo apt install libstxxl-devlibstxxl-doc 1.4.1-4.1build1
Documentation for STXXL
sudo apt install libstxxl-doclibstxxl1-bin 1.4.1-4.1build1
STXXL File creation and benchmark tool
sudo apt install libstxxl1-binlibstxxl1t64 1.4.1-4.1build1
C++ Standard Template Library for extra large datasets
sudo apt install libstxxl1t64source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.