]> gitweb.factorcode.org Git - factor.git/history - basis/checksums/murmur/murmur.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / checksums / murmur / murmur.factor
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2014-02-25 John Benediktssonchecksums.murmur: remove code duplication.
2013-11-24 John Benediktssonchecksums.murmur: use bits word.
2013-11-23 John Benediktssonchecksums.murmur: make checksum on byte-arrays much...
2013-11-23 John Benediktssonchecksums.murmur: should be unsigned int32.
2013-11-22 John Benediktssonchecksums.murmur: implementation of MurmurHash.