MCPcopy Create free account

hub / github.com/changkun/pkg / functions

Functions669 in github.com/changkun/pkg

FunctionBenchmarkSubmit
(b *testing.B)
sched/sched_test.go:294
FunctionCopyFile
CopyFile : General Approach
misc/error-handling-abstraction/main.go:15
MethodCov
Cov implements Conv interface and calculates the covariance between a and b.
bo/gp.go:213
MethodDel
Del returns the deleted value if ok
ds/skiplist.go:120
MethodDequeue
Dequeue dequeues a value from the head of queue
ds/queue.go:23
MethodDequeue
()
lockfree/queue_test.go:60
MethodDequeue
()
lockfree/queue_test.go:78
MethodDescriptor
()
benchs/restrpc/rpcs/add.pb.go:36
MethodDescriptor
()
benchs/restrpc/rpcs/add.pb.go:82
MethodDotBlockIJK
DotBlockIJK block matrix multiplication
mat/matmult_block_ijk.go:10
MethodDotBlockIJKP
DotBlockIJKP block matrix multiplication
mat/matmult_block_ijk.go:79
MethodDotBlockIKJ
DotBlockIKJ block matrix multiplication
mat/matmult_block_ikj.go:10
MethodDotBlockIKJP
DotBlockIKJP block matrix multiplication
mat/matmult_block_ikj.go:73
MethodDotBlockJKI
DotBlockJKI block matrix multiplication
mat/matmult_block_jki.go:10
MethodDotBlockJKIP
DotBlockJKIP block matrix multiplication
mat/matmult_block_jki.go:73
MethodDotBlockKIJ
DotBlockKIJ block matrix multiplication
mat/matmult_block_kij.go:10
MethodDotBlockKIJP
DotBlockKIJP block matrix multiplication
mat/matmult_block_kij.go:73
MethodDotBlockKJI
DotBlockKJI block matrix multiplication
mat/matmult_block_kji.go:10
MethodDotBlockKJIP
DotBlockKJIP block matrix multiplication
mat/matmult_block_kji.go:73
MethodDotNaiveIJK
DotNaiveIJK matrix multiplication O(n^3)
mat/matmult_naive_ijk.go:12
MethodDotNaiveIJKP
DotNaiveIJKP matrix multiplication O(n^3)
mat/matmult_naive_ijk.go:34
MethodDotNaiveIKJ
DotNaiveIKJ matrix multiplication O(n^3)
mat/matmult_naive_ikj.go:10
MethodDotNaiveIKJP
DotNaiveIKJP matrix multiplication O(n^3)
mat/matmult_naive_ikj.go:31
MethodDotNaiveJKI
DotNaiveJKI matrix multiplication O(n^3)
mat/matmult_naive_jki.go:10
MethodDotNaiveJKIP
DotNaiveJKIP matrix multiplication O(n^3)
mat/matmult_naive_jki.go:31
MethodDotNaiveKIJ
DotNaiveKIJ matrix multiplication O(n^3)
mat/matmult_naive_kij.go:10
MethodDotNaiveKIJP
DotNaiveKIJP matrix multiplication O(n^3)
mat/matmult_naive_kij.go:31
MethodDotNaiveKJI
DotNaiveKJI matrix multiplication O(n^3)
mat/matmult_naive_kji.go:10
MethodDotNaiveKJIP
DotNaiveKJIP matrix multiplication O(n^3)
mat/matmult_naive_kji.go:31
MethodDrawable
Drawable implements the mtl.Drawable interface.
metal/moving/coreanim/coreanim.go:127
MethodEnqueue
Enqueue enqueues a value to the tail of queue
ds/queue.go:18
MethodEnqueue
(interface{})
lockfree/queue_test.go:59
MethodEnqueue
(v interface{})
lockfree/queue_test.go:72
MethodEstimate
Estimate implements Exploration.
bo/exploration.go:22
FunctionExampleGoID
()
rt/goid_test.go:27
FunctionExampleInit
()
maint/bench_test.go:30
FunctionExampleQueue
()
lockfree/queue_test.go:41
FunctionExampleStack
()
lockfree/stack_test.go:24
MethodExecute
Execute is the actual execution block
sched/sched_test.go:385
MethodExecute
Execute is the actual execution block
sched/tests/task.go:68
MethodExecute
Execute is the actual execution block
sched/tests/retry.go:79
MethodGet
Get gets a random element from the set.
ds/randomized_set.go:39
MethodGet
Get returns corresponding v with given k.
ds/skiplist.go:90
MethodGet
Get implements TaskFuture interface
sched/sched.go:349
MethodGet
Get order
sched/tests/order.go:66
MethodGetA
()
benchs/restrpc/rpcs/add.pb.go:58
MethodGetB
()
benchs/restrpc/rpcs/add.pb.go:65
MethodGetExecution
GetExecution get execution time
sched/sched_test.go:352
MethodGetExecution
GetExecution get execution time
sched/tests/task.go:35
MethodGetFirst
GetFirst time
sched/tests/order.go:45
MethodGetID
GetID get task id
sched/sched_test.go:346
MethodGetID
GetID get task id
sched/tests/task.go:29
MethodGetID
GetID get task id
sched/tests/retry.go:34
MethodGetLast
GetLast time
sched/tests/order.go:59
MethodGetMax
GetMax implements Param.
bo/param.go:43
MethodGetMax
GetMax implements Param.
bo/param.go:74
MethodGetMax
GetMax implements Param.
bo/param.go:109
MethodGetMin
GetMin ...
ds/min_stack.go:45
MethodGetMin
GetMin implements Param.
bo/param.go:48
MethodGetMin
GetMin implements Param.
bo/param.go:79
MethodGetMin
GetMin implements Param.
bo/param.go:114
MethodGetName
GetName implements Param.
bo/param.go:38
MethodGetName
GetName implements Param.
bo/param.go:69
MethodGetName
GetName implements Param.
bo/param.go:104
MethodGetRetryTime
GetRetryTime get retry execution duration
sched/sched_test.go:363
MethodGetRetryTime
GetRetryTime get retry execution duration
sched/tests/task.go:46
MethodGetRetryTime
GetRetryTime get retry execution duration
sched/tests/retry.go:51
MethodGetSum
()
benchs/restrpc/rpcs/add.pb.go:104
MethodGetTimeout
GetTimeout get timeout of execution
sched/sched_test.go:358
MethodGetTimeout
GetTimeout get timeout of execution
sched/tests/task.go:41
MethodGetTimeout
GetTimeout get timeout of execution
sched/tests/retry.go:46
MethodGrad
Grad computes the gradient of the matern covariance between a and b with respect to a. nu = 2.5.
bo/gp.go:221
MethodGrad
(x []float64, params []Param)
bo/exploration.go:37
MethodGrad
Grad returns the gradient of the barrier function.
bo/exploration.go:68
MethodInsert
Insert inserts a value to the set. Returns true if the set did not already contain the specified element.
ds/randomized_set.go:20
FunctionInsertSort
InsertSort ...
algo/sorts.go:8
MethodIsFull
IsFull checks if the ring buffer is full
ds/ring_buffer.go:50
MethodIsValidID
IsValidID check id is valid
sched/sched_test.go:373
MethodIsValidID
IsValidID check id is valid
sched/tests/task.go:56
MethodIsValidID
IsValidID check id is valid
sched/tests/retry.go:61
MethodLayer
Layer implements the Layer interface.
metal/moving/coreanim/coreanim.go:49
MethodLen
Len returns the length of given skiplist.
ds/skiplist.go:34
MethodLen
()
leaktest/leaktest.go:25
MethodLess
(i, j int)
sched/sched.go:367
MethodLess
(i, j int)
leaktest/leaktest.go:26
FunctionMergeSort
MergeSort ...
algo/sorts.go:22
MethodMult
Mult multiple element (i, j) with wal
mat/mat.go:144
FunctionNewMinStack
NewMinStack ...
ds/min_stack.go:19
FunctionNewQueue
NewQueue returns a queue
ds/queue.go:13
FunctionNewRandomizedSet
NewRandomizedSet ...
ds/randomized_set.go:15
FunctionNewStack
NewStack returns a new stack
ds/stack.go:13
MethodPop
Pop ...
ds/min_stack.go:35
MethodPop
Pop pops the top value out of the stack
ds/stack.go:23
MethodPop
()
sched/sched.go:377
MethodPop
()
lockfree/stack_test.go:61
MethodPow
Pow computes power of n of element (i, j)
mat/mat.go:149
MethodProtoMessage
()
benchs/restrpc/rpcs/add.pb.go:35
MethodProtoMessage
()
benchs/restrpc/rpcs/add.pb.go:81
MethodPush
Push ...
ds/min_stack.go:24
MethodPush
Push pushes a value to the stack
ds/stack.go:18
← previousnext →401–500 of 669, ranked by callers