Skip to content

Add per-settlement SoA migration plan#1

Open
JoeHowarth wants to merge 3 commits into
mainfrom
claude/explore-repo-qczWB
Open

Add per-settlement SoA migration plan#1
JoeHowarth wants to merge 3 commits into
mainfrom
claude/explore-repo-qczWB

Conversation

@JoeHowarth

Copy link
Copy Markdown
Owner

- wage_ema moves into SettlementState (labor markets are local, not global)
- Replace Vec<Pop> + HashMap<PopId, usize> with SlotMap<PopKey, Pop>
- Collapse phases 1+2+3 into single big-bang since labor doesn't need
  a global intermediate step

https://claude.ai/code/session_014di8dStRRQEkoYu8NXKH2Y
- All phases collapse into one change (removing World.pops forces
  rewriting labor, production, mortality simultaneously)
- Add explicit new tick structure showing the per-settlement loop
- Add production rewrite (was missing entirely)
- Mortality moves into the big bang (can't be separate)
- Remove contradictory/stale code blocks
- Move fixed-size arrays and rayon to future work

https://claude.ai/code/session_014di8dStRRQEkoYu8NXKH2Y
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