Difference between revisions of "Wb"

From Free Software Directory
Jump to: navigation, search
Line 2: Line 2:
 
|Name=WB
 
|Name=WB
 
|Short description=Disk based, sorted associative array C library
 
|Short description=Disk based, sorted associative array C library
|Full description="WB" is a disk based (sorted) associative-array database package providing C, SCM, Java, and C# libraries. These associative arrays consist of variable length (0.B to 255.B) keys and values. Functions are provided to:
+
|Full description=''WB'' is a disk based (sorted) associative-array database package providing C, SCM, Java, and C# libraries. These associative arrays consist of variable length (0.B to 255.B) keys and values. Functions are provided to:
 +
 
 
* create, destroy, open and close disk-files and associative arrays;
 
* 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); and
 
* insert, delete, retrieve, find next, and find previous (with respect to dictionary order of keys); and
 
* apply functions, delete, or modify values over a range of consecutive key values.
 
* 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.
 
* 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.
 +
|Homepage URL=http://people.csail.mit.edu/jaffer/WB
 +
|Is GNU=No
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
+
|Computer languages=C, Scheme
|Component programs=
+
|Documentation note=User manuals:
|Homepage URL=http://people.csail.mit.edu/jaffer/WB
+
 
|VCS checkout command=
+
* [http://people.csail.mit.edu/jaffer/wb_toc.html HTML Manual]
|Computer languages=C,Scheme
+
* [http://people.csail.mit.edu/jaffer/wb.pdf PDF Manual]
|Documentation note=User manuals available: HTML Manual: http://people.csail.mit.edu/jaffer/wb_toc.html PDF Manual: http://people.csail.mit.edu/jaffer/wb.pdf
+
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=SCM,slib
 
|Related projects=SCM,slib
 
|Keywords=key,scheme,PUT,value,disk based,sorted,associative array,slib,rem,RWB-ISAM,binary encoding
 
|Keywords=key,scheme,PUT,value,disk based,sorted,associative array,slib,rem,RWB-ISAM,binary encoding
|Is GNU=n
 
|Last review by=Janet Casey
 
|Last review date=2009-08-24
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Version identifier=2b1
 
|Version identifier=2b1
|Version date=2010-07-10
+
|Version date=2010/07/10
 
|Version status=beta
 
|Version status=beta
 
|Version download=http://groups.csail.mit.edu/mac/ftpdir/scm/wb-2b1.zip
 
|Version download=http://groups.csail.mit.edu/mac/ftpdir/scm/wb-2b1.zip
 +
|Last review by=Jgay
 +
|Last review date=2012/03/20
 +
|Submitted by=Database conversion
 +
|Submitted date=2011-04-01
 +
|License verified date=2010-07-12
 +
}}
 +
{{Project license
 +
|License=GPLv2orlater with exception
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2010-07-12
 +
}}
 +
{{Project license
 +
|License=LGPLv2.1
 +
|License verified by=Kelly Hopkins
 
|License verified date=2010-07-12
 
|License verified date=2010-07-12
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Aubrey Jaffer
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Aubrey Jaffer
 
|Email=agj@alum.mit.edu
 
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 42: Line 47:
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
 
|Resource URL=http://savannah.gnu.org/cgi-bin/viewcvs/wb/wb/
 
|Resource URL=http://savannah.gnu.org/cgi-bin/viewcvs/wb/wb/
}}
 
{{Resource
 
|Resource audience=Bug Tracking,Developer,Support
 
|Resource kind=E-mail
 
|Resource URL=mailto:agj@alum.mit.edu
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 56: Line 56:
 
|Interface=library
 
|Interface=library
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2orlater with exception
 
|License verified by=Kelly Hopkins
 
|License verified date=2010-07-12
 
}}
 
{{Project license
 
|License=LGPLv2.1
 
|License verified by=Kelly Hopkins
 
|License verified date=2010-07-12
 
}}
 

Revision as of 12:35, 20 March 2012


[edit]

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

Verified by

Genium

Verified on

28 September 2015




Leaders and contributors

Contact(s)Role
Aubrey Jaffer Maintainer


Resources and communication

AudienceResource typeURI
Generalhttps://savannah.gnu.org/people/
Savannah (Ref)https://savannah.gnu.org/projects/wb/
Downloadhttps://ftp.gnu.org/gnu/wb/
Downloadhttps://alpha.gnu.org/gnu/wb/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/wb-discuss/
VCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/wb/
Downloadhttps://groups.csail.mit.edu/mac/ftpdir/scm/
Homepagehttps://people.csail.mit.edu/jaffer/WB


Software prerequisites




Entry























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.