/KeyStore

A Simple KeyStore DB using simple file

Primary LanguageScalaMIT LicenseMIT

KeyStore

A Simple KeyStore DB using simple file

To rum basic key store app run

sbt run

java 1.8 is rquired to run this project higher versions might give error

#for the key store creating here I am creating Bplus tree with order 100 asuming the key leght is 10(10 bytes size) considering one pagesize of disk is around 8k bytes so that its possible to store all the keys in store single page