Open simoncozens opened 4 years ago
Hey...
I read the XML because it contains all data. My goal with this package was to read those and use packTab and other tricks to generate fast optimized libraries for C and w Python bindings to access data fast. In that model doesn't matter if loading the XML is slow.
But I don't see myself working on it. So, do what you need to. I'd be happy if you take over this module and discuss your needs and do your work here. Or doesn't matter, we can kill this / archive it.
PackTab is nice though. The code is horrible, but works for now.
Here's my thing: https://github.com/simoncozens/youseedee
I recently started a similar thing - almost the same name, too! I looked around and found this. In my version I use the flat files instead of the XML. (It turns out to be much faster to parse.):
I don't know whether it's better to keep working on mine or contribute to this.