Download List

项目描述

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.

系统要求

System requirement is not defined

发布: 2020-03-14 18:31
ThreadDB 2.0 ThreadDB 2.0 (2 files 隐藏)

发布版本通知

No Release Notes

变更日志

No Changelogs