arch-repo-manager/libpkg
Martchus 1f3f0b0df1 Avoid high memory usage when reloading database
Especially when enabling files DBs it is quite problematic to store all
package objects of a database within one big array. This change avoids the
array and instead adds the packages directly. The disadvantage is that
clearing the database isn't as simple anymore.
2022-04-19 00:23:46 +02:00
..
algo Make package search more efficient 2022-04-17 23:39:25 +02:00
data Avoid high memory usage when reloading database 2022-04-19 00:23:46 +02:00
parser Avoid high memory usage when reloading database 2022-04-19 00:23:46 +02:00
testfiles Handle case when a split package overrides the archs from the base 2021-08-28 00:25:09 +02:00
tests Apply clang-format 2022-04-07 23:19:24 +02:00
CMakeLists.txt Avoid installing static library of lmdb-safe 2022-03-08 00:47:38 +01:00
global.h Initial import 2021-02-08 23:53:56 +01:00
lmdb-safe lmdb: Configure project to use lmdb and lmdb-safe 2021-12-07 22:48:42 +01:00