31 comments (31 comments)5 reactions (5 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
NeedsFixhelp wanted
Repository metrics
- Stars
- 133,883 stars (133,883 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Attachments:
- playground.zip (5470 bytes)
Contributor guide
- Research direction
- Examine the escape analysis output for the simpler bytes implementation and identify why the buffer is always heap allocated. Compare with the alternative implementation that avoids allocation until resize.
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- Go