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 NativeFrame memory footprint by storing data in a flat slice and supporting generic integer data representation. #315

Merged
merged 12 commits into from
Aug 9, 2024

Commits on May 27, 2024

  1. Initial hacking to explore multi-value native pixel data--still a lot…

    … of cleanup required and things to explore, tests to fix, things to rename, etc
    suyashkumar committed May 27, 2024
    Configuration menu
    Copy the full SHA
    77468eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a69d754 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    suyashkumar committed May 27, 2024
    Configuration menu
    Copy the full SHA
    01880ce View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

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

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    eb8fb2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    680f125 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    4630689 View commit details
    Browse the repository at this point in the history
  2. More comments, cleanup

    suyashkumar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a69ec44 View commit details
    Browse the repository at this point in the history
  3. add some equals tests

    suyashkumar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    87f9dc9 View commit details
    Browse the repository at this point in the history
  4. comment update

    suyashkumar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e598a0e View commit details
    Browse the repository at this point in the history
  5. add uint32 read test

    suyashkumar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a667e8e View commit details
    Browse the repository at this point in the history
  6. fix typo

    suyashkumar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f0126e8 View commit details
    Browse the repository at this point in the history