it sure looks nice, but adapting it for yac seems kinda challenging given most things are hardcoded in multiple places. also, i don't like the prospect of running Yet Another leveldb alongside the electrum's with essentially the same data.
(and neither do i like node.js
)Hi Sairon
levelDB shouldn't phase you. Have you seen my video on building a static leveldb library, at
https://www.youtube.com/watch?v=x1U1cBx6Ub0?

Should be easy to port back to gcc. Bitcoin has been doing it since ~0.8.0 YACoins data only seems to be about 300MB / year?
And do you know what a famous pundit said about scriptaculous & other javascript "frameworks"? I was at a NFJS conference and the (anonymous speaker) said they appear to him to be a "steaming pile of code"

Ron
nah, leveldb is cool, the problem is it just seems wrong to store the same data twice. either way, i use it from python, not c/c++

but did the speaker survive?