tanya/source/tanya/hash
Nathan Sashihara a786bdbec5 Use word-wise hash instead of FNV-1a for arrays of word-aligned scalars
Also special case int-aligned scalars on 64-bit machines.
On a 64-bit machine hashing an array of pointers is now ~5.95x faster
with LDC2 and ~8.54x faster with DMD, and hashing an array of ints is
~3.34x faster with LDC2 and ~8.12x faster with DMD.
2019-02-12 10:34:18 -05:00
..
lookup.d Use word-wise hash instead of FNV-1a for arrays of word-aligned scalars 2019-02-12 10:34:18 -05:00
package.d Add hash.lookup module 2018-03-27 05:08:28 +02:00