Integer key and value
Open
- Dominant language
- Go
- Stars
- 192
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
It seems mph essentially implements a `map[[]byte][]byte`. Is it possible to change the code such that it becomes `map[uint32][]uint8`? Go's bulit-in map has just too much overhead for my application and I was wondering if this can help.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.