Wb
WB
https://www.gnu.org/software/wb/
Disk based sorted associative array C library.
WB is a disk based, sorted associative array (B-tree) library for SCM. Using WB, large databases can be created and managed from SCM.
Rather than being implemented via hashing, WB uses B-trees, which are optimized for using the minimum number of disk operations. Functions are provided to:
- create, destroy, open and close disk-files and associative arrays;
- insert, delete, retrieve, find next, and find previous (with respect to dictionary order of keys);
- apply functions, delete, or modify values over a range of consecutive key values.
WB is thread safe (so long as HAND structures are not shared between threads). The `put' and `rem' operations allow associations to be used for thread mutexs.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Aubrey Jaffer | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
General | https://savannah.gnu.org/people/ | |
Savannah (Ref) | https://savannah.gnu.org/projects/wb/ | |
Download | https://ftp.gnu.org/gnu/wb/ | |
Download | https://alpha.gnu.org/gnu/wb/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/wb-discuss/ | |
VCS Repository Webview | https://cvs.savannah.gnu.org/viewvc/wb/ | |
Download | https://groups.csail.mit.edu/mac/ftpdir/scm/ | |
Homepage | https://people.csail.mit.edu/jaffer/WB |
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.