ctengel / ctengel/simpler-objects
Bigger GET chunk size
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Starlette's FileResponse streams at a fixed 64 KiB. Subclassing to raise chunk_size would make reads use larger blocks.
Contributor guide
No contributing guide indexed for this repository
Research direction
No repository file or test is named. Start by locating where Starlette's FileResponse is used and read its fixed 64 KiB chunk-size behavior; done means GET responses use larger read blocks through the proposed subclassing approach, with the existing test suite passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, performance
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100