Skip to content
/ stxxl Public
forked from bingmann/stxxl

STXXL: Standard Template Library for Extra Large Data Sets

License

Notifications You must be signed in to change notification settings

hthetran/stxxl

This branch is 1 commit ahead of, 4 commits behind bingmann/stxxl:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f0223e · Aug 29, 2018
May 22, 2018
Jan 25, 2018
May 26, 2018
Aug 29, 2018
Jan 25, 2018
Feb 17, 2017
May 22, 2018
Jan 25, 2018
May 25, 2018
Jan 22, 2018
May 22, 2018
Jan 17, 2018
Jan 18, 2018
May 26, 2018
Jan 18, 2018
Jan 18, 2018
Feb 16, 2017
Jun 12, 2008
Feb 16, 2017
Oct 29, 2014
Jan 18, 2018

Repository files navigation

DESCRIPTION

STXXL is an implementation of the C++ standard template library STL for
external memory (out-of-core) computations, i. e. STXXL implements containers
and algorithms that can process huge volumes of data that only fit on disks.
While the closeness to the STL supports ease of use and compatibility with
existing applications, another design priority is high performance.


DOCUMENTATION

See the Doxygen documentation for installation manual and programmer
documentation: http://stxxl.org


LICENSE TERMS

STXXL 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)


BUGS AND QUESTIONS

If you find any bugs or have any questions, please visit the forums at

http://sourceforge.net/projects/stxxl/forums

About

STXXL: Standard Template Library for Extra Large Data Sets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.4%
  • CMake 2.5%
  • Perl 1.5%
  • Other 1.6%