Skip to content

Commit

Permalink
remove fork of maphash
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish committed Oct 5, 2023
1 parent 6f0b925 commit cd31e33
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 634 deletions.
2 changes: 1 addition & 1 deletion kvmap/shardmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type shardMap[K comparable, V any] struct {

func newShardMap[K comparable, V any]() *shardMap[K, V] {
return &shardMap[K, V] {
Map: make(map[K]V),
Map: make(map[K]V, 0),
}
}

Expand Down
2 changes: 0 additions & 2 deletions maphash/README.md

This file was deleted.

Loading

0 comments on commit cd31e33

Please sign in to comment.