svalat / homelinux

A simple source package manager like gentoo but for for your home directory. It also take in account the packages present on your system to not recompile everything. It support import of sources from gentoo, github and custom URLs.
http://svalat.github.io/homelinux/
Other
8 stars 0 forks source link

To speedup loading packages, make a fused .json.bz2 #98

Open svalat opened 2 months ago

svalat commented 2 months ago

In order to accelerate loading packages on slow file systems (clusters with distributed file systems).

Make a way to cache the package files merged in a single JSON compressed (bzip or xz), as it is full text, it looks currently a good way to speedup the loading with low cost.