Skip to content

A configurable write optimized or read optimized Database

Notifications You must be signed in to change notification settings

chiradip/Space-rfDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Space-rfDB

A configurable write optimized or read optimized Database. This is written as a learning and teaching tool but not a toy.

Traits

  1. Simple, Academic Purity
  2. Robust with minimal Simplicity
  3. Complete in what it basically promises

What can we do with it

  1. You can contribute to enhance it
  2. Use it as is or with modification - report how you are using it
  3. Use it as a learning or teaching tool

How to run?

  1. mvn clean
  2. mvn test

Where to look for code?

  1. SkipList.java
  2. SkipListEntry.java
  3. SkipListMap.java

Test Cases

  1. SkipListTest.java
  2. SkipListMapTest.java

About

A configurable write optimized or read optimized Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages