Bug 48901 - [NEW PORT] databases/puredb: Set of libraries for creating and reading constant databases
Summary: [NEW PORT] databases/puredb: Set of libraries for creating and reading consta...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-03 23:20 UTC by Sergei Kolobov
Modified: 2003-04-01 03:36 UTC (History)
0 users

See Also:


Attachments
puredb.shar (2.99 KB, text/plain)
2003-03-03 23:20 UTC, Sergei Kolobov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Kolobov 2003-03-03 23:20:11 UTC
PureDB is a portable and tiny set of libraries for creating and reading
constant databases. It manages data files that contains text or binary
key/data pairs of arbitrary sizes. Lookups are very fast (normally only one
disk access to match a hash value), overhead is low (a database is 1028
bytes plus only 16 extra bytes per record), multiple concurrent read access
are supported, and databases can be up to 4 Gb long, and they are portable
across architectures. 

Author:	Frank DENIS <j@4u.net>.
WWW:	http://www.pureftpd.org/puredb/

Supercedes ports/44812 PR.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-01 03:36:53 UTC
State Changed
From-To: open->closed

Commited, thanks!