Howard
Howard
From Fabian: what more can a geek desire? Well, since you asked - a Plan 9 version? (tongueout)
From Markus: Make reusable components individual projects
I appreciate your interest in this project, but very unfortunately I am not working on it any more.
Thanks very much for your interesting in this project. Schale was more or less a programming exercise when I started to learn Scala, therefore unfortunately it is not yet available...
I'm glad to hear that my little programming exercise could be useful to you. Please, feel free to mirror the repo and host it on any Java library repository.
recently I am practicing Scala, I will start working on more tiedot stuff when I have bit more free time C:
btw tiedot isn't quite a key-value db, it is more like a conventional nosql db. your hovering ability is cool.
It probably depends on what your use case is and how big fan of Go you are. LevelDB has proven performance and reliability, while tiedot is a spare-time pet project...
which language is it in?
I was aware of leveldb's implementation in Go. Depends on your preference, leveldb is a key-value store, your data may be stored in these maps: ``` (filename => image), (image...