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

fix: made type-metadata.storage.ts much faster #2212

Merged

Commits on Jun 1, 2022

  1. fix: made type-metadata.storage.ts much faster

    Changed the data modeling of type-metadata storage to store the data in maps instead of arrays.
    This results in a dramatic improvement of application startup time since many of the lookups for metadata are now in O(1) instead of O(n)
    roypeled committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    fd060a8 View commit details
    Browse the repository at this point in the history
  2. fix: made type-metadata.storage.ts much faster

    Changed the data modeling of type-metadata storage to store the data in maps instead of arrays.
    This results in a dramatic improvement of application startup time since many of the lookups for metadata are now in O(1) instead of O(n)
    roypeled committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    316d442 View commit details
    Browse the repository at this point in the history
  3. fix: made type-metadata.storage.ts much faster

    Changed the data modeling of type-metadata storage to store the data in maps instead of arrays.
    This results in a dramatic improvement of application startup time since many of the lookups for metadata are now in O(1) instead of O(n)
    roypeled committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    5aaefdb View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. fix: made type-metadata.storage.ts much faster

    Changed the data modeling of type-metadata storage to store the data in maps instead of arrays.
    This results in a dramatic improvement of application startup time since many of the lookups for metadata are now in O(1) instead of O(n)
    roypeled committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    5b24aae View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. fix: made type-metadata.storage.ts much faster

    Changed the data modeling of type-metadata storage to store the data in maps instead of arrays.
    This results in a dramatic improvement of application startup time since many of the lookups for metadata are now in O(1) instead of O(n)
    roypeled committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    760f154 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. fix: made type-metadata.storage.ts much faster

    Changed the data modeling of type-metadata storage to store the data in maps instead of arrays.
    This results in a dramatic improvement of application startup time since many of the lookups for metadata are now in O(1) instead of O(n)
    roypeled committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    1589d6d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. fix: made type-metadata.storage.ts much faster

    Changed the data modeling of type-metadata storage to store the data in maps instead of arrays.
    This results in a dramatic improvement of application startup time since many of the lookups for metadata are now in O(1) instead of O(n)
    roypeled committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    f60ba1c View commit details
    Browse the repository at this point in the history