Use plain comparison instead of naive hashingstartup-speed
commitf600937dd8f592ff00150867537166b2d86aa4dd
authorColomban Wendling <ban@herbesfolles.org>
Fri, 5 Feb 2021 13:32:34 +0000 (5 14:32 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Fri, 5 Feb 2021 13:32:34 +0000 (5 14:32 +0100)
tree2bdd25ba2c2106629b37ac9b93c9021e17ebfce0
parentb08ae0fe65c0942dca20281d6841dc83406d8b5e
Use plain comparison instead of naive hashing

It voids any kind of clashes, and is possibly easier to understand.
It results in a slight memory overhead sorting a little more cache
data, but it should not matter much here.
src/sciwrappers.c