mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
8 lines
470 B
Plaintext
8 lines
470 B
Plaintext
Disk based hashes is a method to create multidimensional binary trees on disk.
|
|
This library permits the extension of database concept to a plethora of
|
|
electronic data, such as graphic information. With the multidimensional binary
|
|
tree it is possible to mathematically prove that access time to any
|
|
particular record is minimized (using the concept of critical points from
|
|
calculus), which provides the means to construct optimized databases for
|
|
particular applications.
|