Skip to content

Commit db9245c

Browse files
committed
restore: add parallel snapmk snapshot repacker
Thread-parallel version of the snapshot repacker. Beats zstdmt version 1.5.5 by about 45% with 16 CPUs.
1 parent 313fc8d commit db9245c

File tree

2 files changed

+659
-0
lines changed

2 files changed

+659
-0
lines changed

src/discof/restore/Local.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ $(call add-objs,utils/fd_vinyl_io_wd,fd_discof)
4747
ifdef FD_HAS_HOSTED
4848
ifdef FD_HAS_ZSTD
4949
$(call make-bin,fd_snapmk,fd_snapmk,fd_discof fd_flamenco fd_ballet fd_util)
50+
$(call make-bin,fd_snapmk_para,fd_snapmk_para,fd_discof fd_flamenco fd_ballet fd_tango fd_util)
5051
endif
5152
endif

0 commit comments

Comments
 (0)