darko20

Results 5 comments of darko20

Thanks for the tip, but I've had that one for a while. I was hoping for something that will be kept up to date. This really needs an import script...

Probably the best argument for coroutines, assuming a 'stackless' C++20 style implementation is that you get simple, low or zero overhead concurrency which is self-contained and doesn't require host support....

Some languages have models that can accomodate these sorts of feature approximations (Scala, for instance, isn't exactly a systems programming language), but there is a price to pay in performance,...

Although I agree that a C wrapper is preferable because most languages can fairly trivally adapt to C due to the standard ABI and there are a large number of...

Great, I'll be ready to test it when it's done. I use LMDB right now and I'm very interested to see how it might perform in practice with PMG indexes...