Skip to content
/ tndb Public

Library for creating and reading constant databases with key/data data pairs

License

Notifications You must be signed in to change notification settings

megabajt/tndb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

119cf19 · Jan 2, 2016

History

48 Commits
May 7, 2011
Apr 5, 2012
May 8, 2011
Nov 12, 2002
Apr 5, 2012
Apr 5, 2012
Nov 12, 2002
Apr 5, 2012
May 8, 2011
Jan 1, 2016
Jan 2, 2016
Apr 5, 2012
May 8, 2011
Feb 3, 2012
Jan 2, 2016
Jan 2, 2016
Jan 2, 2016

Repository files navigation

# $Id$ 

tndb is a tiny library for creating and reading constant databases
with key/data data pairs. Main features:

* low overhead: 
  - database header size is about 30 bytes
  - 5 extra bytes per record (key length is limited to 256 bytes) 

* compressed (gzipped) databases are handled transparently 

* built-in data integrity verification - file's digest is computed 
  during database creation and could be verified before opening database
  for reading. 


Copyright (C) 2002 Pawel A. Gajda
tndb is free software; you can redistribute it and/or modify it under 
the terms of the GNU Library General Public License, version 2 as
published by the Free Software Foundation (see file COPYING for details).

You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free Software 
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307 USA.



                                 




About

Library for creating and reading constant databases with key/data data pairs

Resources

License

Stars

Watchers

Forks

Packages

No packages published