|
|
|
|
|
by msichert
159 days ago
|
|
If you want to improve equality matching for longer strings, you could even store a 4B hash of the entire string instead of the prefix. I guess that should work well if you equality match on URLs since their prefix is always "http". |
|