Jack

Results 5 comments of Jack

Any update on this issue? I think having SHA256 checksums for the files (e.g., stored as an attribute within the node data structure) will be handy. Applications can use this...

This is a diff to add file IDs to the backup process. If this looks acceptable I can prepare a pull request. ```diff --git a/cmd/restic/cmd_backup.go b/cmd/restic/cmd_backup.go index dff1d31d..d34f8f1b 100644 ---...

Thanks for the feedback! The reason I think multiple hash algorithms should be supported is that users may have chosen their own file hashing algorithms and switching is probably not...

IIRC the code relies on OpenMP for parallel training so the n_workers param is probably not useful. If you compile with OpenMP support you should be able to use all...

You can check add one line to skip the vocab look step. Something like below if (sentence->words_.empty()) { for (size_t i=0; itokens_[i]); if (it == vocab_.end()) continue; Word *word =...