Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sepgh authored May 3, 2024
1 parent 0c2f3b5 commit 47c206f
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
# Testudo

<div>
<img width="200px" src="https://github.com/sepgh/testudo/blob/main/.docs/assets/Testudo.png" align="left" />
<p>
<img width="300px" src="https://github.com/sepgh/testudo/blob/main/.docs/assets/Testudo.png" align="left" />

Simple embedded java database
**Simple database embedded to java application**

This project implements a simple embedded database engine for java programs.
This project is implemented to practice a B+Tree implementation to index data on database, Bloom Trees to quickly determine existence state of an identifier, and other goodies TBD.

For now, the purpose of making this library is to practice below items:

- B+ Tree
- Bloom filters


</div>
<br clear="left"/>
</p>



## Currently working on

- Storage: storing indexes into files
- Header management
- BTree
- B+Tree

## Todo

Expand Down

0 comments on commit 47c206f

Please sign in to comment.