14 comments (14 comments)18 reactions (18 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
GarbageCollectorPerformancehelp 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
- Examine reflect.Value.Call implementation in reflect/value.go. Profile the allocation and checks. Consider introducing a Caller type or optimizing the internal path.
- Tech stack
- go
- Domain
- backend
- Issue type
- Performance
- Prerequisites
- Go