Xahau / xahaud

Codebase for Xahaud - The consensus, RPC & blockchain app for the Xahau network.
https://xahau.network
ISC License
25 stars 12 forks source link

Faster hash [DNM] #383

Closed RichardAH closed 1 month ago

RichardAH commented 1 month ago

Probably updating xxhasher is unnecessary? Particularly if it's just falling back to these intrinsics anyway. Needs perf testing.

High Level Overview of Change

Context of Change

Type of Change

API Impact

RichardAH commented 1 month ago

Based on my perf testing I think the compiler already optimized this for us. Closing for now.