mafintosh / hyperdb

Distributed scalable database
MIT License
753 stars 75 forks source link

1.0 RC #1

Closed mafintosh closed 7 years ago

mafintosh commented 7 years ago

Mainly includes

db.get(key, cb)
db.put(key, value, cb)

Seems to perform much faster than the current master.

Goals for 1.1 are db.del, db.watch, db.iterator and db.createReadStream/createWriteStream