⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 yum-metadata-parser 一个用C写的yum仓库解析库
💻
字号:
YUM metadata parser written in C.* Why? The biggest complaint people have with YUM is often the performance of parsingthe metadata. This implementation should be ~10 times faster, parsing theprimary.xml file under 1 second usually, filelists.xml under 3 seconds andother.xml under 4 seconds. It uses a lot less memory as well, some testingsI have done show it uses ~4mb instead of 40mb standard YUM uses.* How?Should be really easy:python setup.py buildsudo python setup.py install --prefix=/usr(Assuming you python prefix is /usr).The next time you use yum, it regenerates the sqlitecache because the databaseschema is slightly different.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -