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

Aggregate files from the same segment into a single Arena #13570

Merged
merged 32 commits into from
Jul 25, 2024

Commits on Jul 14, 2024

  1. RefCountedSharedArena

    ChrisHegarty committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    2d6af43 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. remove optional

    ChrisHegarty committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fa0a962 View commit details
    Browse the repository at this point in the history
  2. use AtomicInteger

    ChrisHegarty committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fe65dfe View commit details
    Browse the repository at this point in the history
  3. improve test

    ChrisHegarty committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f68a917 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d2124f View commit details
    Browse the repository at this point in the history
  5. private final

    ChrisHegarty committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d68e26e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b6d7c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. rename to onClose

    ChrisHegarty committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f39c401 View commit details
    Browse the repository at this point in the history
  2. add override

    ChrisHegarty committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e65c4cb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

    ChrisHegarty committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    88d80de View commit details
    Browse the repository at this point in the history
  3. changes

    ChrisHegarty committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    316d3f2 View commit details
    Browse the repository at this point in the history
  4. rewording

    ChrisHegarty committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a1d2d80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4591f7f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    ef13a1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29fe87f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10721d3 View commit details
    Browse the repository at this point in the history
  4. use CODEC_FILE_PATTERN

    ChrisHegarty committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ba127f4 View commit details
    Browse the repository at this point in the history
  5. optional generation

    ChrisHegarty committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4f6eae7 View commit details
    Browse the repository at this point in the history
  6. suppress unused

    ChrisHegarty committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d1731b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Add limit ref counting

    ChrisHegarty committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c42fbec View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

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

    ChrisHegarty committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9aa7b8e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    875bcb1 View commit details
    Browse the repository at this point in the history
  2. typo

    ChrisHegarty committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    77819db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b859de View commit details
    Browse the repository at this point in the history
  4. add sys prop

    ChrisHegarty committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5576c81 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    80f3d5c View commit details
    Browse the repository at this point in the history
  2. revert accidental

    ChrisHegarty committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8a6eba0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99262e2 View commit details
    Browse the repository at this point in the history
  4. fix typo

    ChrisHegarty committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    aeab592 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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