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

Attemp to Improve Dict Complile Performance #663

Merged
merged 5 commits into from
Jun 23, 2023

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    5210339 View commit details
    Browse the repository at this point in the history
  2. feat,refactor(dict): tweak to speed up EncodePhrase

    - Replace map with unordered_map for related data structs
    - Replace boost::lexicast to std::stox
    
    This may save 8 % ~ 10 % of the build time of the dictionaries.
    WhiredPlanck committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b6158e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9f76ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f65ea12 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    8ff0e08 View commit details
    Browse the repository at this point in the history