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

Paths #3215

Draft
wants to merge 4 commits into
base: community
Choose a base branch
from
Draft

Paths #3215

wants to merge 4 commits into from

Conversation

stellar-aria
Copy link
Collaborator

The goal here is runtime memory reduction for path strings, one of our primary unique-string memory hogs.

This involves:

  • The creation of a unique data structure that automatically de-duplicates paths stored in it (namely a tree with nodes being basenames and directory components)
  • A way to iterate a given Path, both forwards and backwards.
  • The solidification of case-insensitive comparison for paths (either owning strings or non-owning string_views) via a new char trait.

Copy link
Contributor

github-actions bot commented Jan 5, 2025

Test Results

0 tests   - 106   0 ✅  - 106   0s ⏱️ -1s
0 suites  -  16   0 💤 ±  0 
0 files    -  16   0 ❌ ±  0 

Results for commit 9a48110. ± Comparison against base commit e936bb8.

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant