Migrate ISSUES.md backlog to GitHub Issues - #66
Merged
Conversation
ISSUES.md was a flat-file snapshot of the issue backlog maintained alongside the source tree until GitHub Issues were populated. With six remaining open items now filed as GH issues, the file is no longer load-bearing — closed historical entries are already documented in CHANGELOG.md, and open work is now visible from the Issues tab and grouped by milestone on the GitHub UI. Open backlog items filed as GH issues: - #60 — Expanded benchmark suite (uniform / clustered / adversarial), milestone 1.1.0 - #61 — SmallDictionary<TKey, TValue> for n <= ~16, milestone 1.2.0 - #62 — FrozenCelerityDictionary with perfect hashing, milestone 1.2.0 - #63 — Robin Hood probing experiment, milestone 1.2.0 - #64 — SIMD-accelerated probing experiment, milestone 2.0.0 - #65 — Struct-of-arrays layout experiment, milestone 2.0.0 - Delete ISSUES.md. - ROADMAP.md: drop the obsolete `(#N)` ISSUES.md numbering and link the new GH issues for items that have one. Note CS1591/cross-platform CI work as done. Add SmallDictionary to milestone 1.2.0. - README.md: replace the ISSUES.md project-doc pointer with a GitHub Issues link. - CONTRIBUTING.md: point "open an issue" at the GitHub Issues UI. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The flat-file
ISSUES.mdbacklog was a stop-gap until GitHub Issues were populated. With the six remaining open items now filed as GH issues, the file no longer earns its keep — closed historical entries are documented inCHANGELOG.md, and open work is now visible in the Issues tab grouped by milestone.Open items filed as GH issues
1.1.0SmallDictionary<TKey, TValue>for n <= ~16, milestone1.2.0FrozenCelerityDictionarywith perfect hashing, milestone1.2.01.2.02.0.02.0.0Changes in this PR
ISSUES.md. Closed historical entries (Set up github-action-benchmark #1–✨ Set up Copilot instructions #13, Improve documentation #15, Memory-pooled collections #21, Implement frozen collections #22 in the old numbering) are already inCHANGELOG.md.ROADMAP.md: drop the obsolete(#N)ISSUES.md-numbering and link the new GH issues for items that have one. Mark CS1591 promotion and cross-platform CI asdone. AddSmallDictionaryunder milestone 1.2.0.README.md: replace theISSUES.mdproject-doc pointer with a GitHub Issues link.CONTRIBUTING.md: point "open an issue" at the GitHub Issues UI.Test plan
gh issue list -R marius-bughiu/Celerity --state openshows the 6 new issues with milestones and labels.Note: this PR will conflict with #58 on README.md (different lines but adjacent enough that git will probably flag it). Trivial to resolve at merge time.