Skip to content

hash: Remove an assertion from the hot path

Matthias Clasen requested to merge hash-me-faster into master

This assert is using atomics and was showing up in some cache-heavy GTK profiles. Remove it.

Merge request reports