[autoloop-progress] docs: update Go migration progress page for iter-24 / PR #17 merged#28
Merged
mrjf merged 2 commits intoMay 13, 2026
Conversation
- Mark PR #17 as merged (2026-05-13T16:30:28Z) - Update migrated module count to 54 (from iter-24 issue comment) - Refresh manifest benchmark table from local run of scripts/benchmark_manifest_ops.py (check_collision now 1606x at large scale, scoped uninstall 26x) - Bump Last updated to 2026-05-13 16:32 UTC Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Updates
docs/src/content/docs/progress/autoloop-go-migration.mdxto reflect state as of 2026-05-13 16:32 UTC.Changes
PR #17 now merged
PR #17 (
autoloop/python-to-go-migration) was merged at 2026-05-13T16:30:28Z by@mrjf. Updated the status table to reflect this.Migrated module count corrected to 54
The iter-24 Autoloop issue comment confirms 54 total Go modules were present on the branch at that iteration. The previous page showed only the 24 in
benchmarks/migration-status.json(iter-13 baseline JSON). Both numbers are now surfaced clearly.Fresh manifest benchmark results
Re-ran
scripts/benchmark_manifest_ops.pylocally. Key changes from previous numbers:check_collisionat large monorepo scale: 1,606x (was 923x) -- reflects the O(1) normalized-lookup optimization more accurately at 2,000-path scalesync_remove_filesat current/growing scales: 0.8x / 1.6x (was 1.8x / 1.7x) -- small regressions visible at low scalesscoped uninstallat growing scale: 12.2x (was 9.6x)All results come from a successful local run; no data was fabricated.
Timestamp
Updated "Last updated" to 2026-05-13 16:32 UTC.
What was not changed
benchmarks/migration-status.jsonis updated on the branch