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

Reduce substring allocations #189

Merged
merged 29 commits into from
Aug 27, 2021

Commits on Apr 17, 2021

  1. Update issue templates

    axunonb committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    afd5b77 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    1d22508 View commit details
    Browse the repository at this point in the history
  2. Updated README

    axunonb committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    11c3033 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    d1779f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb5559a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e327de5 View commit details
    Browse the repository at this point in the history
  4. Updated CHANGES.md

    axunonb committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    cab97df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8d9c93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    294f810 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

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

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    4f45a84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49db1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c562b5 View commit details
    Browse the repository at this point in the history
  4. Updated .editorconfig

    axunonb committed May 9, 2021
    Configuration menu
    Copy the full SHA
    2ba8c5f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    7c3a12e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bda63e0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

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

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    67b2119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    974224b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e6e8ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6219b47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34f2821 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Configuration menu
    Copy the full SHA
    6ae6516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d7e6f3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

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

Commits on Aug 2, 2021

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

Commits on Aug 13, 2021

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

Commits on Aug 27, 2021

  1. Reduce repetitive substring allocations

    * Alignment operator inheritance is optimized
    * DictionarySource performance improved
    axunonb committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    c9d00c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47cb135 View commit details
    Browse the repository at this point in the history