Skip to content

plan9/sdbm-java

Repository files navigation

This is a Java port of Ozan Yigit's SDBM by Justin F. Chapweske.

The Java interface that I chose for Sdbm is sort of a marriage between RandomAccessFile and Hashtable and should be quite simple to use in your software.

The software probably has the most utility when used to create indexes for caches as it is quite fast for but put and get operations.

This software is a part of the SoLinger Java Protocols Project at http://solinger.sourceforge.net/

attention conservation notice: I have not tried to build this recently. If there are any build issues, let me know, or give me a PR. -- oz

About

java port of sdbm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages