A configurable write optimized or read optimized Database. This is written as a learning and teaching tool but not a toy.
- Simple, Academic Purity
- Robust with minimal Simplicity
- Complete in what it basically promises
- You can contribute to enhance it
- Use it as is or with modification - report how you are using it
- Use it as a learning or teaching tool
- mvn clean
- mvn test
- SkipList.java
- SkipListEntry.java
- SkipListMap.java
- SkipListTest.java
- SkipListMapTest.java