hamsterdb 1.0.8 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News hamsterdb 1.0.8 (Default branch)
# 1  
Old 03-03-2009
hamsterdb 1.0.8 (Default branch)

hamsterdb is an embedded database engine written in ANSI-C. It includes B+Trees with variable length keys and records. It supports in-memory databases and endian-independent files, database cursors, multiple databases in one file, "record number" databases, and duplicate keys. hamsterdb is very fast and highly configurable. It compiles and runs on Unix platforms, Linux, Microsoft Windows, and Windows CE. License: GNU General Public License (GPL) Changes:
This release fixes a major bug during ham_erase; if too many elements of a Database page are deleted, the page is merged with other pages. If extended keys are used, the overflow area of a key could get corrupted during this merge. Sources, changelog, and precompiled win32/win64 libraries are available for download. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
LKBIB(1)						      General Commands Manual							  LKBIB(1)

NAME
lkbib - search bibliographic databases SYNOPSIS
lkbib [ -v ] [ -ifields ] [ -pfilename ] [ -tn ] key... It is possible to have whitespace between a command line option and its parameter. DESCRIPTION
lkbib searches bibliographic databases for references that contain the keys key... and prints any references found on the standard output. lkbib will search any databases given by -p options, and then a default database. The default database is taken from the REFER environment variable if it is set, otherwise it is /usr/dict/papers/Ind. For each database filename to be searched, if an index filename.i created by indxbib(1) exists, then it will be searched instead; each index can cover multiple databases. OPTIONS
-v Print the version number. -pfilename Search filename. Multiple -p options can be used. -istring When searching files for which no index exists, ignore the contents of fields whose names are in string. -tn Only require the first n characters of keys to be given. Initially n is 6. ENVIRONMENT
REFER Default database. FILES
/usr/dict/papers/Ind Default database to be used if the REFER environment variable is not set. filename.i Index files. SEE ALSO
refer(1), lookbib(1), indxbib(1) Groff Version 1.21 31 December 2010 LKBIB(1)