diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 02:36:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 02:36:38 +0000 |
commit | 01f686aad2e21fcc44d04a3d07b74975e56c2aa3 (patch) | |
tree | 251f4cec7efc76d4618a03dfa57f0af4eac693f4 /databases/puredb/pkg-descr | |
parent | 168b1e2955088e739a6a5dfc0d6ee1d52c7b4181 (diff) | |
download | ports-01f686aad2e21fcc44d04a3d07b74975e56c2aa3.tar.gz ports-01f686aad2e21fcc44d04a3d07b74975e56c2aa3.zip |
Notes
Diffstat (limited to 'databases/puredb/pkg-descr')
-rw-r--r-- | databases/puredb/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/puredb/pkg-descr b/databases/puredb/pkg-descr new file mode 100644 index 000000000000..b97a306910e3 --- /dev/null +++ b/databases/puredb/pkg-descr @@ -0,0 +1,10 @@ +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/ |