osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

Improve UserAgent parsing logic performance #232

Open greenlaw110 opened 4 years ago

greenlaw110 commented 4 years ago

At the moment UserAgent parser is based on multiple regular expression pattern matching which is very time consuming.