Hacker Newsnew | past | comments | ask | show | jobs | submit | adamansky's commentslogin

Sure! Take a look on https://github.com/Softmotions/iwnet/blob/master/Autark this project depends on iowow and fetches it from github when building.


Hi! Build system itself only requires a C Compiler as dependency to work. So if you need a to compile a C++ project, C++ compiler is good to have.


Take a look on the ejdb2 https://ejdb.org


Yes. I suppose that probability to get such bad random distribution which makes SL search to be linear is similar to probability of moving all oxygen atoms to only one side of your room.


Even against an adversary? (Asking because I don't know the data structure too well.)


If the adversary find a bug in your system, such as not so random "random generator", then it can bring it down. But if the random generator is reasonable, then you can expect it to behave properly on all inputs.


Yes, b+trees are more performant for reading compared to skip-list because of better data locality on memory/disk. But SL better at insertion and sequential reads. 255 GB is a simple trade-off between disk space required per record and the ability to manage large data-sets since SL is a not very space friendly data structure) Although I think 255 GB is good enough in many use cases.


I promise the ejdb .Net binding will be available within June 2013 =)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: