A hashFile/hashFileSync function could allow for a high performance implementation of hashing files without the overhead of doing the I/O through Node.js itself. I'm not sure that this will have a discernable increase in performance, so it may be best to research beforehand.
Relevant fuzzy.c functions:
- fuzzy_hash_file
- fuzzy_hash_stream
- fuzzy_hash_filename
A hashFile/hashFileSync function could allow for a high performance implementation of hashing files without the overhead of doing the I/O through Node.js itself. I'm not sure that this will have a discernable increase in performance, so it may be best to research beforehand.
Relevant fuzzy.c functions: