Daniel Lemire's blog

, 2 min read

Your software should follow your hardware: the CLHash example

3 thoughts on “Your software should follow your hardware: the CLHash example”

  1. Simon says:

    I noticed that skylake CPUs can take the new faster DDR4 RAM. How does this factor into the 5 to 10%, of at all?

  2. Tomas says:

    How do you write software to take advantage of new instructions? It would seem that either a compiler needs to support it first (and support it well, including optimization), or you have to get down to assembler.

    1. Jim says: