Skip to content

src: fix FastStringKey equal operator

  1. This PR fixes the FastStringKey == operator. (Currently, there are some cases which return true, when the length of string is not same).
  2. Currently, FastStringKey::HashImpl return multiple of 33, thus it would be better to move while to first.
Checklist

Merge request reports

Loading