|
|
|
|
|
by tgv
757 days ago
|
|
Not ideal. It is very slow. It takes 8 seconds for 3400 strings. That might be fine for occasional offline usage, but not for frequent usage, and certainly not for use in the backend (although I agree it should not be used there). I guess it matches all regexps against each string. It also misses some really common user agents, basically all iOS 11 and 12. They may be rare nowadays, but they still occur. |
|