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

perf: batcher no-dict lookup for (Un)Reliable #3382

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 14, 2023

  1. perf: batcher no-dict lookup for (Un)Reliable

    Dict lookup uses 6% in an il2cpp build for 121 nts, this ugly patch brings that down to 0.x%
    imerr committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3f16796 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    b497623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d14755 View commit details
    Browse the repository at this point in the history
  3. Comments

    imerr committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f2a819c View commit details
    Browse the repository at this point in the history