Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configurability for unicode and skipping parsers #14

Merged
merged 3 commits into from
Jul 23, 2023

Commits on Jul 9, 2023

  1. Add configurability for unicode and skipping parsers

    - Unicode support greatly increases memory and latency and is not
    generally needed.
    - Compiling regex for unused parsers is just a waste of memory.
    
    Both unicode support and device/os/user_agent parsers can now be
    configured via `UserAgentParserBuilder`.
    hamiltop committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    bc81e09 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    c58b032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a94b3 View commit details
    Browse the repository at this point in the history