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

Improve getKey method performance #136

Merged
merged 7 commits into from
Feb 15, 2021

Commits on Aug 19, 2020

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

Commits on Feb 12, 2021

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

Commits on Feb 14, 2021

  1. make assertValidValue private as it's not valuable to extend the API.…

    … One can programatically call `isValid()` returning bool or just create a new instance with `from()` throwing exception
    drealecs committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    0ad4363 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edcc10d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    4f2c572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b072dc2 View commit details
    Browse the repository at this point in the history
  3. optimize the from named constructor to have only one array full scan …

    …without calling the constructor again
    drealecs committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    be02f8d View commit details
    Browse the repository at this point in the history