6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
NeedsFixToolSpeedhelp wanted
Repository metrics
- Stars
- 133,883 stars (133,883 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
This issue does not include a description.
Contributor guide
- Research direction
- Inspect the Go parser's source code in src/cmd/compile/internal/syntax/ to understand how []byte literals are currently parsed and represented. Identify where the large node trees are created and consider alternative representations, such as storing the literal's bytes directly as a string of byte values or using a constant array approach.
- Tech stack
- go
- Domain
- backend
- Issue type
- Performance
- Prerequisites
- Go