mash internally uses MurmurHash 3 which is sensitive to the endianess. There is a note in the source [1], but no preventive measures are taken. I will forward this upstream and might even have a go at this myself.

(In theory this should not be a big issue expect for slightly inaccurate/different results.)

Fabian

1: https://github.com/marbl/Mash/blob/aabd5925e7cfc097a8d89e2d8691ac4af5b95d37/src/mash/MurmurHash3.cpp#L52

Reply via email to