Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bg5sbk/go-labs
/ functions
Functions
262 in github.com/bg5sbk/go-labs
⨍
Functions
262
◇
Types & classes
47
Function
Benchmark_Float32Add
(b *testing.B)
labs05/labs05_test.go:45
Function
Benchmark_Float32Div
(b *testing.B)
labs05/labs05_test.go:213
Function
Benchmark_Float32Mul
(b *testing.B)
labs05/labs05_test.go:157
Function
Benchmark_Float32Sub
(b *testing.B)
labs05/labs05_test.go:101
Function
Benchmark_Float64Add
(b *testing.B)
labs05/labs05_test.go:53
Function
Benchmark_Float64Div
(b *testing.B)
labs05/labs05_test.go:221
Function
Benchmark_Float64Mul
(b *testing.B)
labs05/labs05_test.go:165
Function
Benchmark_Float64Sub
(b *testing.B)
labs05/labs05_test.go:109
Function
Benchmark_GO_Call_GO
(b *testing.B)
labs21/labs21_test.go:11
Function
Benchmark_Go_Call_C
(b *testing.B)
labs20/labs20_test.go:5
Function
Benchmark_Go_Call_C
(b *testing.B)
labs21/labs21_test.go:5
Function
Benchmark_Go_Call_C
(b *testing.B)
labs22/labs22_test.go:11
Function
Benchmark_Goid
(b *testing.B)
labs27/labs27_test.go:5
Function
Benchmark_IF1
(b *testing.B)
labs31/labs31_test.go:54
Function
Benchmark_IF2
(b *testing.B)
labs31/labs31_test.go:60
Function
Benchmark_IF3
(b *testing.B)
labs31/labs31_test.go:66
Function
Benchmark_Int16Add
(b *testing.B)
labs05/labs05_test.go:21
Function
Benchmark_Int16Div
(b *testing.B)
labs05/labs05_test.go:189
Function
Benchmark_Int16Mul
(b *testing.B)
labs05/labs05_test.go:133
Function
Benchmark_Int16Sub
(b *testing.B)
labs05/labs05_test.go:77
Function
Benchmark_Int32Add
(b *testing.B)
labs05/labs05_test.go:29
Function
Benchmark_Int32Div
(b *testing.B)
labs05/labs05_test.go:197
Function
Benchmark_Int32Mul
(b *testing.B)
labs05/labs05_test.go:141
Function
Benchmark_Int32Sub
(b *testing.B)
labs05/labs05_test.go:85
Function
Benchmark_Int64Add
(b *testing.B)
labs05/labs05_test.go:37
Function
Benchmark_Int64Div
(b *testing.B)
labs05/labs05_test.go:205
Function
Benchmark_Int64Mul
(b *testing.B)
labs05/labs05_test.go:149
Function
Benchmark_Int64Sub
(b *testing.B)
labs05/labs05_test.go:93
Function
Benchmark_Int8Add
(b *testing.B)
labs05/labs05_test.go:13
Function
Benchmark_Int8Div
(b *testing.B)
labs05/labs05_test.go:181
Function
Benchmark_Int8Mul
(b *testing.B)
labs05/labs05_test.go:125
Function
Benchmark_Int8Sub
(b *testing.B)
labs05/labs05_test.go:69
Function
Benchmark_IntAdd
(b *testing.B)
labs05/labs05_test.go:5
Function
Benchmark_IntDiv
(b *testing.B)
labs05/labs05_test.go:173
Function
Benchmark_IntMul
(b *testing.B)
labs05/labs05_test.go:117
Function
Benchmark_IntSub
(b *testing.B)
labs05/labs05_test.go:61
Function
Benchmark_InterfaceSwitch
(b *testing.B)
labs01/labs01_test.go:62
Function
Benchmark_Invoke1
(b *testing.B)
labs02/labs02_test.go:46
Function
Benchmark_Invoke2
(b *testing.B)
labs02/labs02_test.go:54
Function
Benchmark_JeAllocAndFree
(b *testing.B)
labs12/labs12_test.go:11
Function
Benchmark_LockThread
(b *testing.B)
labs25/labs25_test.go:36
Function
Benchmark_Lookup
(b *testing.B)
labs15/labs15_test.go:18
Function
Benchmark_Loop1
基准测试
labs07/labs07_test.go:82
Function
Benchmark_Loop1
基准测试
labs08/labs08_test.go:83
Function
Benchmark_Loop1
(b *testing.B)
labs06/labs06_test.go:85
Function
Benchmark_Loop1
(b *testing.B)
labs04/labs04_test.go:78
Function
Benchmark_Loop2
测试指针传递进行查找的效率(外部可修改内部数据)
labs07/labs07_test.go:90
Function
Benchmark_Loop2
测试指针传递进行查找的效率(外部可修改内部数据)
labs08/labs08_test.go:91
Function
Benchmark_Loop2
(b *testing.B)
labs06/labs06_test.go:97
Function
Benchmark_Loop2
(b *testing.B)
labs04/labs04_test.go:91
Function
Benchmark_Loop3
测试值传递进行查找的效率(外部不可修改内部数据)
labs07/labs07_test.go:100
Function
Benchmark_Loop3
测试值传递进行查找的效率(外部不可修改内部数据)
labs08/labs08_test.go:101
Function
Benchmark_Loop3
(b *testing.B)
labs06/labs06_test.go:109
Function
Benchmark_Loop3
(b *testing.B)
labs04/labs04_test.go:104
Function
Benchmark_Loop4
测试复制数据后传递指针进行查找的效率(外部不可修改内部数据)
labs07/labs07_test.go:110
Function
Benchmark_Loop4
测试复制数据后传递指针进行查找的效率(外部不可修改内部数据)
labs08/labs08_test.go:111
Function
Benchmark_Loop4
(b *testing.B)
labs06/labs06_test.go:121
Function
Benchmark_Loop4
(b *testing.B)
labs04/labs04_test.go:114
Function
Benchmark_Loop5
测试反射取值(自定义查询表达式的可能性)
labs07/labs07_test.go:120
Function
Benchmark_Loop5
测试反射取值(自定义查询表达式的可能性)
labs08/labs08_test.go:121
Function
Benchmark_Loop5
(b *testing.B)
labs06/labs06_test.go:133
Function
Benchmark_Loop6
测试指针取值(自定义查询表达式的可能性)
labs07/labs07_test.go:128
Function
Benchmark_Loop6
测试指针取值(自定义查询表达式的可能性)
labs08/labs08_test.go:129
Function
Benchmark_Loop7
测试指针取值(自定义查询表达式的可能性)
labs07/labs07_test.go:138
Function
Benchmark_Method1
(b *testing.B)
labs16/labs16_test.go:9
Function
Benchmark_Method1
(b *testing.B)
labs17/labs17_test.go:240
Function
Benchmark_Method2
(b *testing.B)
labs16/labs16_test.go:19
Function
Benchmark_Method2
(b *testing.B)
labs17/labs17_test.go:246
Function
Benchmark_Method3
(b *testing.B)
labs16/labs16_test.go:33
Function
Benchmark_Method3
(b *testing.B)
labs17/labs17_test.go:252
Function
Benchmark_Method4
(b *testing.B)
labs17/labs17_test.go:258
Function
Benchmark_Method5
(b *testing.B)
labs17/labs17_test.go:264
Function
Benchmark_NewStruct1
(b *testing.B)
labs03/labs03_test.go:89
Function
Benchmark_NewStruct2
(b *testing.B)
labs03/labs03_test.go:95
Function
Benchmark_NewStruct3
(b *testing.B)
labs03/labs03_test.go:101
Function
Benchmark_NewStruct4
(b *testing.B)
labs03/labs03_test.go:107
Function
Benchmark_NewStruct5
(b *testing.B)
labs03/labs03_test.go:115
Function
Benchmark_Normal
(b *testing.B)
labs31/labs31_test.go:36
Function
Benchmark_Normal
(b *testing.B)
labs25/labs25_test.go:30
Function
Benchmark_Normal
(b *testing.B)
labs28/labs28_test.go:16
Function
Benchmark_NormalFuncCall
(b *testing.B)
labs09/labs09_test.go:9
Function
Benchmark_NormalFuncCall
(b *testing.B)
labs26/labs26_test.go:12
Function
Benchmark_NormalSwitch
(b *testing.B)
labs01/labs01_test.go:54
Function
Benchmark_ReflectFuncCall
(b *testing.B)
labs26/labs26_test.go:18
Function
Benchmark_Search
(b *testing.B)
labs31/labs31_test.go:42
Function
Benchmark_Switch
(b *testing.B)
labs31/labs31_test.go:48
Function
Benchmark_TypeSwitch
(b *testing.B)
labs01/labs01_test.go:46
Function
Benchmark_UseBinaryWrite1
(b *testing.B)
labs24/labs24_test.go:5
Function
Benchmark_UseBinaryWrite2
(b *testing.B)
labs24/labs24_test.go:12
Function
Benchmark_UseBoolean
(b *testing.B)
labs23/labs23_test.go:21
Function
Benchmark_UseCallback
(b *testing.B)
labs18/labs18_test.go:12
Function
Benchmark_UseHardcode
(b *testing.B)
labs24/labs24_test.go:19
Function
Benchmark_UseInterface1
(b *testing.B)
labs23/labs23_test.go:7
Function
Benchmark_UseInterface2
(b *testing.B)
labs23/labs23_test.go:14
Function
Benchmark_UseSwitch
(b *testing.B)
labs18/labs18_test.go:5
Function
Benchmark_VarFuncCall1
(b *testing.B)
labs09/labs09_test.go:15
Function
Benchmark_VarFuncCall2
(b *testing.B)
labs09/labs09_test.go:25
Function
Benchmark_VeryFastVerify
(b *testing.B)
labs19/labs19_test.go:76
Function
Benchmark_____FastVerify
(b *testing.B)
labs19/labs19_test.go:68
Function
Benchmark_________Verify
(b *testing.B)
labs19/labs19_test.go:60
← previous
next →
101–200 of 262, ranked by callers