JakeWharton / JakeWharton/picnic
Passing a PrintStream to renderText
Open
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 975
- Forks
- 34
- Avg merge
- 3h 23m
- Merged PRs (30d)
- 13
Description
It would be great if we could pass a PrintStream to the renderText call so that large tables can be streamed out immediately and to reduce the memory footprint.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the renderText API and its rendering path in the Kotlin project. Read how rendered tables are currently produced and determine how a PrintStream could be accepted without retaining the full output. Done means large tables can be streamed immediately while preserving existing rendering behavior and reducing memory use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100