Skip to content

Sort filenames in project browser, sample list, etc.#1274

Closed
n1LS wants to merge 17 commits intoxiphonics:masterfrom
n1LS:sort-filenames
Closed

Sort filenames in project browser, sample list, etc.#1274
n1LS wants to merge 17 commits intoxiphonics:masterfrom
n1LS:sort-filenames

Conversation

@n1LS
Copy link
Copy Markdown
Contributor

@n1LS n1LS commented Feb 16, 2026

  • sorts files by the first 4 characters (single uint32_t comparison) via insertion sort
  • if two files have an identical prefix, getName() is called for a full string comparison

@n1LS n1LS mentioned this pull request Feb 20, 2026
@n1LS n1LS changed the title Sort filenames in project browser Sort filenames in project browser, sample list, etc. Feb 20, 2026
@maks
Copy link
Copy Markdown
Collaborator

maks commented Apr 7, 2026

@n1LS I think this is superceded by #1285 and can be closed?

@maks maks closed this Apr 7, 2026
@maks maks reopened this Apr 7, 2026
@n1LS
Copy link
Copy Markdown
Contributor Author

n1LS commented Apr 8, 2026

@maks I guess you realized as well - #1285 is using the MemoryPool, which we wanted to take out of the equation.

@maks maks closed this Apr 9, 2026
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.

2 participants