-
- Downloads
Improved matchmaking performance
The order of combinations has changed slightly. Now the result is sorted according to the sorting of the input data.
Showing
- go.mod 2 additions, 0 deletionsgo.mod
- go.sum 4 additions, 0 deletionsgo.sum
- server/matchmaker_process.go 40 additions, 19 deletionsserver/matchmaker_process.go
- vendor/github.com/mowshon/iterium/.gitignore 15 additions, 0 deletionsvendor/github.com/mowshon/iterium/.gitignore
- vendor/github.com/mowshon/iterium/LICENSE 21 additions, 0 deletionsvendor/github.com/mowshon/iterium/LICENSE
- vendor/github.com/mowshon/iterium/README.md 709 additions, 0 deletionsvendor/github.com/mowshon/iterium/README.md
- vendor/github.com/mowshon/iterium/accumulate.go 34 additions, 0 deletionsvendor/github.com/mowshon/iterium/accumulate.go
- vendor/github.com/mowshon/iterium/combinations.go 71 additions, 0 deletionsvendor/github.com/mowshon/iterium/combinations.go
- vendor/github.com/mowshon/iterium/combinations_with_replacement.go 54 additions, 0 deletions...thub.com/mowshon/iterium/combinations_with_replacement.go
- vendor/github.com/mowshon/iterium/count.go 22 additions, 0 deletionsvendor/github.com/mowshon/iterium/count.go
- vendor/github.com/mowshon/iterium/cycle.go 35 additions, 0 deletionsvendor/github.com/mowshon/iterium/cycle.go
- vendor/github.com/mowshon/iterium/dropwhile.go 39 additions, 0 deletionsvendor/github.com/mowshon/iterium/dropwhile.go
- vendor/github.com/mowshon/iterium/filter.go 27 additions, 0 deletionsvendor/github.com/mowshon/iterium/filter.go
- vendor/github.com/mowshon/iterium/filterfalse.go 27 additions, 0 deletionsvendor/github.com/mowshon/iterium/filterfalse.go
- vendor/github.com/mowshon/iterium/firstfalse.go 26 additions, 0 deletionsvendor/github.com/mowshon/iterium/firstfalse.go
- vendor/github.com/mowshon/iterium/firsttrue.go 26 additions, 0 deletionsvendor/github.com/mowshon/iterium/firsttrue.go
- vendor/github.com/mowshon/iterium/iterator.go 92 additions, 0 deletionsvendor/github.com/mowshon/iterium/iterator.go
- vendor/github.com/mowshon/iterium/iternium.go 74 additions, 0 deletionsvendor/github.com/mowshon/iterium/iternium.go
- vendor/github.com/mowshon/iterium/map.go 21 additions, 0 deletionsvendor/github.com/mowshon/iterium/map.go
- vendor/github.com/mowshon/iterium/permutations.go 69 additions, 0 deletionsvendor/github.com/mowshon/iterium/permutations.go
Loading
Please register or sign in to comment