01f686aad2
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. PR: ports/48901 Submitted by: Sergei Kolobov <sergei@kolobov.com>
18 lines
422 B
Plaintext
18 lines
422 B
Plaintext
bin/example_read
|
|
bin/example_write
|
|
include/puredb_read.h
|
|
include/puredb_write.h
|
|
lib/libpuredb_read.so.0
|
|
lib/libpuredb_read.so
|
|
lib/libpuredb_read.la
|
|
lib/libpuredb_read.a
|
|
lib/libpuredb_write.so.0
|
|
lib/libpuredb_write.so
|
|
lib/libpuredb_write.la
|
|
lib/libpuredb_write.a
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/FORMAT_DESCR
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|