rpgoldman / europa-pso

Automatically exported from code.google.com/p/europa-pso
0 stars 0 forks source link

Investigate uses of LabelStr as a hash function #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are many places where LabelStr? is used as a hash function where it
doesn't really need to be, unnecessarily polluting the limited space of
LabelStrs? with strings that aren't user data. Any place where LabelStr? is
used to map from string -> double but not the reverse should use a regular
hash map instead. 

Original issue reported on code.google.com by miata...@gmail.com on 15 Sep 2009 at 4:02