@techee the code here is fundamentally flawed, it only compares the hashes, not the strings, so any hash clash between different strings will result in the keywords not being loaded.
Personally I would just keep the string and do a compare, its unlikely to be slower than calculating a hash. That would mean keeping the string, but the memory usage is unlikely to be significant compared to the tagmanager structs it is created from.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.