Skip to content

docs: sync division dispatch docs with Newton balanced band (PR #79)#80

Merged
mmurshed merged 1 commit into
mainfrom
docs/division-balanced-update
May 31, 2026
Merged

docs: sync division dispatch docs with Newton balanced band (PR #79)#80
mmurshed merged 1 commit into
mainfrom
docs/division-balanced-update

Conversation

@mmurshed

Copy link
Copy Markdown
Owner

Doc-only follow-up to #79. Brings all division-dispatch documentation in line with the current dispatcher and records the findings.

  • CLAUDE.md — replaces the stale Newton-band description (b≥24576/16384, which never matched the code) with the actual three bands (3/1@4096, new 2/1@98304, 8/1@2048), the BZ non-power-of-2 blowup rationale, and the ratio∈(1,2) residual.
  • docs/DIVISION.md — adds NEWTON_BALANCED_* to the dispatch flowchart, threshold table, and pseudocode; documents the single-block 2n boundary fix and the BZ non-pow2 blowup; notes the residual.
  • BENCHMARK.md — headline summary bullet + dispatch-validity table row.
  • README.md — division one-liner now covers near-balanced ratio ≥ 2.
  • division_improvement_plan.md — new completed section 3b (both fixes, measured speedups, the ratio∈(1,2) next step).

No code change.

🤖 Generated with Claude Code

Update all division-dispatch documentation to match the current dispatcher
and record the PR #79 findings:

- CLAUDE.md: replace the stale Newton-band description (b≥24576/16384 — never
  matched the code) with the actual three bands (3/1@4096, new 2/1@98304,
  8/1@2048) plus the BZ non-power-of-2 blowup rationale and the ratio∈(1,2)
  residual.
- docs/DIVISION.md: add NEWTON_BALANCED_* to the dispatch diagram, threshold
  table, and pseudocode; document the single-block 2n boundary fix and the
  BZ non-pow2 blowup; note the residual.
- BENCHMARK.md: headline summary + dispatch-validity table row for the
  balanced band.
- README.md: division one-liner now covers near-balanced ratio≥2.
- division_improvement_plan.md: new completed section 3b describing both
  fixes, measured speedups, and the ratio∈(1,2) next step.

Docs only; no code change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mmurshed mmurshed merged commit 0e11349 into main May 31, 2026
4 of 5 checks passed
@mmurshed mmurshed deleted the docs/division-balanced-update branch May 31, 2026 09:37
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