MCPcopy Create free account

hub / github.com/bobstrecansky/HighPerformanceWithGo / functions

Functions279 in github.com/bobstrecansky/HighPerformanceWithGo

FunctionBenchmarkCPrint
(b *testing.B)
9-gpu-parallelization-in-go/cgo/benchmarkCgo_test.go:5
FunctionBenchmarkCallback10000000
(b *testing.B)
3-iterators-and-generators/iterators/iterators_test.go:40
FunctionBenchmarkFibonacci1
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-2n/o2n_test.go:12
FunctionBenchmarkFibonacci10
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-2n/o2n_test.go:15
FunctionBenchmarkFibonacci15
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-2n/o2n_test.go:16
FunctionBenchmarkFibonacci2
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-2n/o2n_test.go:13
FunctionBenchmarkFibonacci20
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-2n/o2n_test.go:17
FunctionBenchmarkFibonacci5
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-2n/o2n_test.go:14
FunctionBenchmarkGoPrint
(b *testing.B)
9-gpu-parallelization-in-go/cgo/benchmarkCgo_test.go:9
FunctionBenchmarkHello
(b *testing.B)
2-data-structures-and-algorithms/hello/hello_test.go:8
FunctionBenchmarkJSON
(b *testing.B)
2-data-structures-and-algorithms/Benchstat-comparison/multi/larger_comparison_test.go:5
FunctionBenchmarkJSON
(b *testing.B)
2-data-structures-and-algorithms/Benchstat-comparison/single/comparison_test.go:5
FunctionBenchmarkLoop10000000
(b *testing.B)
3-iterators-and-generators/iterators/iterators_test.go:39
FunctionBenchmarkNext10000000
(b *testing.B)
3-iterators-and-generators/iterators/iterators_test.go:41
FunctionBenchmarkOnlognLoop10
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-nlogn/onlogn_test.go:28
FunctionBenchmarkOnlognLoop100
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-nlogn/onlogn_test.go:29
FunctionBenchmarkOnlognLoop1000
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-nlogn/onlogn_test.go:30
FunctionBenchmarkSimpleLoop10
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-n/on_test.go:11
FunctionBenchmarkSimpleLoop100
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-n/on_test.go:12
FunctionBenchmarkSimpleLoop1000
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-n/on_test.go:13
FunctionBenchmarkTen
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-1/o1_test.go:11
FunctionBenchmarkThree
(b *testing.B)
2-data-structures-and-algorithms/BigO-notation-o-1/o1_test.go:5
FunctionBenchmarkUnbufferedChan10000000
(b *testing.B)
3-iterators-and-generators/iterators/iterators_test.go:43
MethodDescriptor
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:36
MethodDescriptor
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:82
MethodGetEmail
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:65
MethodGetResponse
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:104
MethodGetUser
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:58
FunctionNewUserInfoClient
(cc *grpc.ClientConn)
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:151
MethodPrintUserInfo
(ctx context.Context, in *pb.UserInfoRequest)
7-template-programming-in-go/grpcExample/server/main.go:14
MethodPrintUserInfo
(ctx context.Context, in *UserInfoRequest, opts ...grpc.CallOption)
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:155
MethodPrintUserInfo
(context.Context, *UserInfoRequest)
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:166
MethodProtoMessage
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:35
MethodProtoMessage
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:81
FunctionRegisterUserInfoServer
(s *grpc.Server, srv UserInfoServer)
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:169
MethodReset
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:33
MethodReset
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:79
MethodString
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:80
MethodValue
()
3-iterators-and-generators/iterators/next.go:29
MethodXXX_DiscardUnknown
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:52
MethodXXX_DiscardUnknown
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:98
MethodXXX_Marshal
(b []byte, deterministic bool)
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:43
MethodXXX_Marshal
(b []byte, deterministic bool)
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:89
MethodXXX_Merge
(src proto.Message)
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:46
MethodXXX_Merge
(src proto.Message)
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:92
MethodXXX_Size
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:49
MethodXXX_Size
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:95
MethodXXX_Unmarshal
(b []byte)
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:40
MethodXXX_Unmarshal
(b []byte)
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:86
Function_UserInfo_PrintUserInfo_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:173
Functioninit
()
7-template-programming-in-go/clitooling/cmd/date.go:35
Functioninit
()
7-template-programming-in-go/grpcExample/userinfo/userinfo.pb.go:111
Functioninit
()
15-code-quality-across-versions/GoogleCloudTrace/trace.go:17
FunctionleakyAbstraction
(w http.ResponseWriter, r *http.Request)
12-profiling-with-pprof/memoryLeakTest/memoryLeak.go:17
Functionmain
()
11-deploying-go-code/goList/goListExample.go:8
Functionmain
()
11-deploying-go-code/promExporter/prometheusExporterExample.go:10
Functionmain
()
11-deploying-go-code/compilerLinker/compilerLinkerFlags.go:7
Functionmain
()
11-deploying-go-code/multiStageDockerBuild/zapLoggerExample.go:5
Functionmain
()
13-tracing-with-trace-tool/pprofTrace/netTracePprof.go:10
Functionmain
()
13-tracing-with-trace-tool/traceExample/trace.go:9
Functionmain
()
13-tracing-with-trace-tool/OpenCensusExample/tracingToZipkin.go:18
Functionmain
()
13-tracing-with-trace-tool/OpenCensusExample/ocZipkin.go:61
Functionmain
()
10-runtime-evaluations-in-go/traceback.go:7
Functionmain
()
10-runtime-evaluations-in-go/runtime/gctraceExample.go:12
Functionmain
()
10-runtime-evaluations-in-go/traceback/traceback.go:7
Functionmain
()
10-runtime-evaluations-in-go/numcpu/numcpu.go:8
Functionmain
()
10-runtime-evaluations-in-go/keepalive/keepalive.go:9
Functionmain
()
10-runtime-evaluations-in-go/memstats/memstats.go:49
Functionmain
()
7-template-programming-in-go/serialNumber.go:9
Functionmain
()
7-template-programming-in-go/clitooling/main.go:10
Functionmain
()
7-template-programming-in-go/templates/sprig/stringSlices.go:11
Functionmain
()
7-template-programming-in-go/templates/sprig/strings.go:11
Functionmain
()
7-template-programming-in-go/templates/sprig/default.go:11
Functionmain
()
7-template-programming-in-go/templates/sprig/jsonPrettyPrint.go:11
Functionmain
()
7-template-programming-in-go/templates/html/htmlTemplate.go:35
Functionmain
()
7-template-programming-in-go/templates/text/textTemplate.go:9
Functionmain
()
7-template-programming-in-go/grpcExample/client/main.go:18
Functionmain
()
7-template-programming-in-go/grpcExample/server/main.go:19
Functionmain
()
3-iterators-and-generators/goroutines/simple_goroutine.go:15
Functionmain
()
3-iterators-and-generators/selects/selects.go:8
Functionmain
()
3-iterators-and-generators/selects/timeouts.go:8
Functionmain
()
3-iterators-and-generators/channels/unbuffered_channel.go:19
Functionmain
()
3-iterators-and-generators/channels/buffered_channel_error_no_room_in_buffer.go:3
Functionmain
()
3-iterators-and-generators/channels/directional_channels.go:5
Functionmain
()
3-iterators-and-generators/channels/ranges.go:5
Functionmain
()
3-iterators-and-generators/channels/buffered_channel_error_closed_channel.go:3
Functionmain
()
3-iterators-and-generators/channels/unbuffered_pipeline.go:7
Functionmain
()
3-iterators-and-generators/channels/buffered_channel.go:5
Functionmain
()
3-iterators-and-generators/channels/unbuffered_channel_int.go:23
Functionmain
()
3-iterators-and-generators/generators/semaphore_sleep.go:12
Functionmain
()
3-iterators-and-generators/generators/loop_sleep.go:8
Functionmain
()
3-iterators-and-generators/generators/generators.go:18
Functionmain
()
3-iterators-and-generators/generators/forloop.go:11
Functionmain
()
3-iterators-and-generators/workgroups/workgroups.go:24
Functionmain
()
3-iterators-and-generators/anonymous-functions/hello_anonymous_variable_as_function.go:9
Functionmain
()
3-iterators-and-generators/anonymous-functions/hello_anonymous.go:10
Functionmain
()
3-iterators-and-generators/anonymous-functions/hello_go.go:5
Functionmain
Wrap the middleware together
3-iterators-and-generators/closures/http_middleware.go:42
Functionmain
()
3-iterators-and-generators/closures/defer_work.go:8
Functionmain
()
3-iterators-and-generators/closures/increment_closure.go:13
← previousnext →101–200 of 279, ranked by callers