Skip to content

Conversation

flandr
Copy link

@flandr flandr commented Mar 16, 2021

sscanf consumes the entire string and is much slower than strtoul when
reading the block size at the prefix of digest strings. This is the
dominant cost of digest comparisons with incomparable block sizes (~ 80%
slower than using strtoul), but is still a significant contribution (>
15%) of full digest comparisons.

sscanf consumes the entire string and is much slower than strtoul when
reading the block size at the prefix of digest strings. This is the
dominant cost of digest comparisons with incomparable block sizes (~ 80%
slower than using strtoul), but is still a significant contribution (>
15%) of full digest comparisons.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant