Documentation ¶
Index ¶
- Variables
- func CombNumber(n, m uint64) uint64
- func CombinerSelect(result *list.List, data, workspace []byte, m, n int)
- func CombinerSelectNoRecursion(atable []int32, n int) [][]int32
- func CombinerSelectUseRecursion(atable []int32, n int) [][]int32
- func ConcurrentCombinerSelect(result chan []byte, taskQue chan *CombineTask, data, workspace []byte, ...)
- func FullPermutation(atable []int32) [][]int32
- type CombineTask
Constants ¶
This section is empty.
Variables ¶
View Source
var LogEnable = false
Functions ¶
func CombNumber ¶
func ConcurrentCombinerSelect ¶
func ConcurrentCombinerSelect(result chan []byte, taskQue chan *CombineTask, data, workspace []byte, m, n int)
Types ¶
Click to show internal directories.
Click to hide internal directories.