Downloadliste

Projektbeschreibung

The ThreadDB database library provides a multithreaded, file mapped container manager. It allows to extend the capabilites of the C++ standard containers to efficiently manage large volumes of application data way beyond of the real system memory.

While memory mapping provides a powerful means of manging large volumes of data in an efficient way it has certain restrictions to be considered. One is the limited support for dynamically increasing files. There are only few really portable ways to achieve this by the cost of reduced throughput performance. Another is the limitation of the virtual address space on 32bit Systems. Here the maximum filesize may not exceed 2Gbyte.
ThreadDB overcomes these limitations by loading only those portions of data in the process address space really required at a time.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert

Veröffentlicht: 2020-02-02 18:27
ThreadDB 2.0b ThreadDB 2.0b (2 files Verstecken)

Versionsanmerkungen

The 2nd release of ThreadDB now coming with:

- simplified way of integrating into the std:: container template library - utilize multiple volumes in a single stl container. - performant spacial search structure (rgrid) for N-dimensional range queries. - streaming capabilities directly into database packages - direct random access read without the requirement of synchronization - Win32 and Linux x86 support - Static libraries to avoid having to deliver a separate shared library - Sophisticated example code introducing the new features

Änderungsprotokoll

Keine Änderungsprotokoll