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

Optimize for more efficient and predictable performance by changing Array to CountiguousArray #825

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

Commits on Jun 24, 2021

  1. Replace Array<ViewController> with Contiguous Array<UIViewController>

    Replace those declared as Array<ViewController> with Contiguous Array<UIViewController> type that is stored in contiguous blocks of memory.
    wanderingfairy committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    ba7ebd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e023c View commit details
    Browse the repository at this point in the history
  3. Replace Array<ViewController> with Contiguous Array<UIViewController>

    Replace those declared as Array<ViewController> with Contiguous Array<UIViewController> type that is stored in contiguous blocks of memory.
    wanderingfairy committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    2d5d673 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a40b0ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5a7529 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    844260e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Add PRTemplate

    wanderingfairy committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    adfa765 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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