Local database lookups are very fast I don’t see how speed on a client side browser plugin would be an issue.
Fast enough that you can do a few hundred of them per page? (Not rhetorical; I don’t know.)
Textspeak substitution wouldn’t actually be a problem; I don’t know why I thought otherwise. And back-conversion to Latin would just require brute-forcing words that don’t show up in the dictionary.
Fast enough that you can do a few hundred of them per page? (Not rhetorical; I don’t know.)
Textspeak substitution wouldn’t actually be a problem; I don’t know why I thought otherwise. And back-conversion to Latin would just require brute-forcing words that don’t show up in the dictionary.
Yes, select queries don’t take much time when you have an index. Thank Moore’s law.