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 the performance of 'string enums' #3915

Merged
merged 14 commits into from May 21, 2024

Commits on Apr 3, 2024

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

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    fdf7dcb View commit details
    Browse the repository at this point in the history
  2. update changelog

    Davidster committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    cc65e04 View commit details
    Browse the repository at this point in the history
  3. fix clippies

    Davidster committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8614e64 View commit details
    Browse the repository at this point in the history
  4. fix failing test

    Davidster committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4a572c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b33d8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ff2d29 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. increase memory of wasm interpreter to avoid running out of memory fo…

    …r the large describe functions generated by import enums
    Davidster committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    3adafd6 View commit details
    Browse the repository at this point in the history
  2. fix smoke test

    Davidster committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1182a62 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. - replace 'as' with u32::from x 2

    - re-add deleted from_js_value function
    - remove hole from descriptor
    - bump schema version
    Davidster committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5eec30f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f41a2d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e3f4c8 View commit details
    Browse the repository at this point in the history
  4. - remove unneeded underscore match branch

    - re-add removed to_str function
    - rename 'import enum' to 'string enum'
    - remove 'invalid' number from describe function
    Davidster committed May 20, 2024
    Configuration menu
    Copy the full SHA
    130ba7c View commit details
    Browse the repository at this point in the history
  5. fix schema hash

    Davidster committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9efa4f2 View commit details
    Browse the repository at this point in the history