WhiteDB – Lightweight NoSQL database written in C, operating in main memory
whitedb.org
WhiteDB – Lightweight NoSQL database written in C, operating in main memory
1–10 of 83 posts
Re: WhiteDB – Lightweight NoSQL database written in C, operating in main memory
#2Re: WhiteDB – Lightweight NoSQL database written in C, operating in main memory
#3Request something more permissive (LGPL, MIT, BSD)?
Re: WhiteDB – Lightweight NoSQL database written in C, operating in main memory
#4Am I missing something or is this just an associative map allocated in shared memory? Seems to be an awful lot of text for something so simple.
Re: WhiteDB – Lightweight NoSQL database written in C, operating in main memory
#5Am I missing something or is this just an associative map allocated in shared memory? Seems to be an awful lot of text for something so simple.
I'm convinced that one of these days we're going to see a new "DB" which will be a simple hashmap with collision handling sacrificed for "speed and performance"
/s
Re: WhiteDB – Lightweight NoSQL database written in C, operating in main memory
#6Re: WhiteDB – Lightweight NoSQL database written in C, operating in main memory
#7Earlier quoted context omitted.
I'm convinced that one of these days we're going to see a new "DB" which will be a simple hashmap with collision handling sacrificed for "speed and performance"
But it will be WEBSCALE!!1! /s
"Locking We use a database level lock implemented via a task-fair atomic spinlock queue for concurrency control ..."
Fantastic, database level locking!
Re: WhiteDB – Lightweight NoSQL database written in C, operating in main memory
#8Re: WhiteDB – Lightweight NoSQL database written in C, operating in main memory
#9Why, oh why GPLv3 for a linkable library? Request something more permissive (LGPL, MIT, BSD)?
Re: WhiteDB – Lightweight NoSQL database written in C, operating in main memory
#10Python bindings! Finally I can stop using dictionaries like a common peasant.