You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benjamin Possolo edited this page Mar 20, 2019
·
10 revisions
Changelog
1.4.2
Made Parser, OSParser, DeviceParser and UserAgentParser thread-safe.
This means the Parser can be created once and shared across multiple threads rather than having to instantiate one parser per thread.
The regexp yaml file that the Parser uses to initialize itself is huge so this can be a performance improvement.