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

Add new type PackedArray #275

Merged
merged 14 commits into from
Apr 25, 2024
Merged

Add new type PackedArray #275

merged 14 commits into from
Apr 25, 2024

Commits on Apr 18, 2024

  1. Add new type PackedArray

    janw20 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c14aa3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e94437e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbd5096 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9023fa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d40cc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ced69fe View commit details
    Browse the repository at this point in the history
  7. Fix ordering

    janw20 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3ca681f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Adjust documentation a bit

    cschwan committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2058002 View commit details
    Browse the repository at this point in the history
  2. Group use statements together

    cschwan committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1f74315 View commit details
    Browse the repository at this point in the history
  3. Use zip early

    In this way all necessary modifications are made uniformly (with late
    `zip` it's possible to forget the first/second `skip`/`rev`
    cschwan committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    68f66ff View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Add some cosmetic changes

    cschwan committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4227d48 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    cac8915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca8f09c View commit details
    Browse the repository at this point in the history
  3. Replace loop over insert with splice

    This should be more efficient since Rust can calculate the final size
    and thus allocate only once
    cschwan committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    270aedd View commit details
    Browse the repository at this point in the history