use memory mapped file_rw for easy random access (fixes bugs too)

This commit is contained in:
2023-08-21 21:23:13 +02:00
parent b9267c1c6f
commit d2c2594a77
3 changed files with 77 additions and 15 deletions

View File

@@ -39,6 +39,10 @@ target_link_libraries(solanaceae_ngcft1 PUBLIC
########################################
add_library(solanaceae_sha1_ngcft1
# hacky deps
./solanaceae/ngc_ft1_sha1/mio.hpp
./solanaceae/ngc_ft1_sha1/file_rw_mapped.hpp
./solanaceae/ngc_ft1_sha1/hash_utils.hpp
./solanaceae/ngc_ft1_sha1/hash_utils.cpp