Impl. necessary data structures
Also implemented a priority heap as of fbe62ba5b2
, it seemed to be necessary.
Figure out per-file compression/decompression
Linux and MacOS have system
available. Windows apparently has _spawn
functions. It probably is ideal to use _spawnvpe
which has args similar to Cosmopolitan's systemvpe
.
Figure out per-file compression/decompression
Can use https://justine.lol/cosmopolitan/documentation.html#systemvpe when using Cosmopolitan. Otherwise use system
on Linux.
Apparently, the __COSMOPOLITAN__
macro is defined when compiled…
Impl. necessary data structures
Impl. necessary data structures
Hash map implemented in 4d260e4a7b
, the two planned data structures have now been implemented.