Skip to content

Conversation

hpryce
Copy link
Contributor

@hpryce hpryce commented Jan 25, 2022

Before: the entire contents of a directory were read in to memory to ensure the paths were processed in a deterministic order
After: directories are read in batches, bounding the amount of memory used to O(1). Results may appear in different orders depending on what the directory list call returns.

@changelog-app
Copy link

changelog-app bot commented Jan 25, 2022

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Use a bounded amount of memory per directory, regardless of how many entries it contains

Check the box to generate changelog(s)

  • Generate changelog entry

@bulldozer-bot bulldozer-bot bot merged commit d875830 into develop Jan 25, 2022
@bulldozer-bot bulldozer-bot bot deleted the memory_efficient_file_walking branch January 25, 2022 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants