Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-03 | store hash values as sqlite BLOB | Helmut Grohne | |
They were previously hex encoded, so this should cut the space consumed by hashes in half. A first benchmark indicates that the savings in database size are in the order of 30%. | |||
2013-06-11 | autoimport: don't fork for readyaml | Helmut Grohne | |
This appears to be a huge performance boost. | |||
2013-06-10 | split the import phase to a yaml stream | Helmut Grohne | |
importpkg.py now emits a yaml stream instead of updating the database. The acutual updating now happens in readyaml.py. In this process autoimport.py was significantly reworked to import packages in parallel. |