decred / vspd

A Voting Service Provider (VSP) for the Decred network.
ISC License
18 stars 21 forks source link

vspd: Use filter.MatchAny instead of filter.Match. #416

Closed jholdstock closed 1 year ago

jholdstock commented 1 year ago

This brings a notable performance improvement to spent ticket scanning without changing functionality.

davecgh commented 1 year ago

This brings a notable performance improvement to spent ticket scanning without changing functionality.

To quantify, it cuts the scanning time roughly in half.