yorickdewid / dbtree

dbtree (previously Valca) is a structured database designed to resist data damage in any situation. The heart of the database is built around powerfull btree structures.
2 stars 2 forks source link

Is this complete ? Can i have the documentation or something like readme #5

Open flouthoc opened 9 years ago

flouthoc commented 9 years ago

hey i need documentaion or some sort of manual if it is complete . :smile: Thanks

yorickdewid commented 9 years ago

Hey,

The btree works and the database can be used, but has some complications regarding datatypes. I'm not actively working on this project anymore, but you can checkout the successor Quantica which is far more advanced.

If you still want to use this project somehow, please let me know and I'll write a README

Cheers

flouthoc commented 9 years ago

Yes i have already seen Quantica looks great to me , but i wanted to study btree that's why i thought it would be much better to read a project that is using btree as a standard abstract data type and dbtree is exaclty what i need i guess , small readme would work for me i guess otherwise i can work with code too , looks quite documented to me . Thanks

Cheers

yorickdewid commented 9 years ago

There is an readme in the source directory which explains the structure. I'm not sure if this will provide a good example for the btree. I'm planning on writing an article about tree structures and sorting algorithms. I'll update you when ready