global sort writer: is it worth to use SliceLocation rather than directly store the slice?
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
`SliceLocation` uses less memory and is more GC friendly than `[]byte`. However, in every comparison of sorting it introduce extra overhead

Need to test if it's really worth it.
Contributor guide
Assessment
This issue has not been assessed yet.