docs: migrate all wiki pages to mkdocs#26
Merged
Conversation
- Add docs/architecture.md (radix router, compiled DI, middleware chain, zero-copy JSON, uvloop internals) - Add docs/benchmark-methodology.md (benchmark types, hardware specs, direct ASGI protocol, CI workflow) - Add docs/concepts/sub-interpreters.md (PEP 684/734, concurrency API, SubInterpreterPool internals, examples) - Enhance docs/migration-from-fastapi.md with field aliases (msgspec rename) and migration checklist - Update mkdocs.yml nav to include all four new/updated pages Wiki pages are now redundant as all content lives in the mkdocs site. https://claude.ai/code/session_01SF7ikYNfez1eVEK9d473Ef
Contributor
Benchmark results
🟢 Benchmark status: improvement detected. HTTP throughput (FasterAPI vs FastAPI vs Fiber)
Direct ASGI (no HTTP; 50,000 iterations)
Routing (radix vs regex, 1,500,000 lookups)
How to read this
|
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
docs/architecture.md— radix router internals, compiled DI, lazy request parsing, middleware chain, zero-copy JSON, uvloop (from wiki Architecture page)docs/benchmark-methodology.md— benchmark types, hardware specs, direct ASGI protocol, CI workflow, fairness notes (from wiki Benchmark Methodology page)docs/concepts/sub-interpreters.md— PEP 684/734 deep dive, concurrency API, SubInterpreterPool internals, decision flowchart, examples (from wiki Sub-Interpreters Guide)docs/migration-from-fastapi.md— add field aliases (msgspec rename) and migration checklist (from wiki Migration page)mkdocs.ymlnav to include all new pages under Concepts and Reference sectionsAll wiki content is now canonical in the mkdocs site. The GitHub wiki is redundant and can be disabled.
Test plan
mkdocs build --strict)https://claude.ai/code/session_01SF7ikYNfez1eVEK9d473Ef