abc
abc
**Hello, I don’t know if you can see this message, there is a problem of automatically exiting.I do not know if you have encountered this problem, I hope to help...
Can't compile on m1 temporarily, hope to provide relevant support.
java code: long key = LongHashFunction.xx().hashChar('a'); String key = Long.toHexString(key); System.out.println(key); result: e513e02c99167f96 js code: const xxhash = require('xxhash') const buffer = Buffer.from('a') const key = xxhash.hash64(buffer, 0).toString('hex') console.log(key) result:...