Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davecheney/high-performance-go-workshop
/ functions
Functions
177 in github.com/davecheney/high-performance-go-workshop
⨍
Functions
177
◇
Types & classes
17
Function
BenchmarkInc
(b *testing.B)
examples/mutex/mutex_test.go:20
Function
BenchmarkMapLookup
(b *testing.B)
examples/benchmap/benchmap_test.go:33
Function
BenchmarkMapLookup2
(b *testing.B)
examples/benchmap/benchmap_test.go:43
Function
BenchmarkMathBitsPopcnt
tag::benchmark[]
examples/popcnt-intrinsic/popcnt_test.go:31
Function
BenchmarkNilCheckElided
(b *testing.B)
examples/nilcheck/nilcheck_test.go:26
Function
BenchmarkNilCheckNotElided
(b *testing.B)
examples/nilcheck/nilcheck_test.go:14
Function
BenchmarkPopcnt
START OMIT
02-benchmarking/examples/popcnt/popcnt2_test.go:20
Function
BenchmarkPopcnt
(b *testing.B)
02-benchmarking/examples/popcnt/popcnt_test.go:18
Function
BenchmarkPopcnt
tag::benchmark[]
examples/popcnt/popcnt_nobuild.go:8
Function
BenchmarkPopcnt
(b *testing.B)
examples/popcnt/popcnt2_test.go:22
Function
BenchmarkPopcnt
(b *testing.B)
examples/popcnt/popcnt_test.go:18
Function
BenchmarkPopcnt
(b *testing.B)
examples/popcnt-intrinsic/popcnt_test.go:22
Function
BenchmarkPopcnt
(b *testing.B)
examples/popcnt-rand/popcnt_test.go:23
Function
BenchmarkRange
(b *testing.B)
examples/range/range_test.go:13
Function
BenchmarkRead
(b *testing.B)
02-benchmarking/examples/benchmark.go:5
Function
BenchmarkSprintf
(b *testing.B)
examples/concat/concat_test.go:62
Function
BenchmarkStartStop
(b *testing.B)
examples/benchstartstop/benchstartstop_test.go:10
Function
BenchmarkStrconv
(b *testing.B)
examples/concat/concat_test.go:77
Function
BenchmarkStringsBuilder
(b *testing.B)
examples/concat/concat_test.go:98
Function
BenchmarkSum
(b *testing.B)
03-compiler-optimisations/examples/esc/esc_test.go:7
Function
BenchmarkSum
(b *testing.B)
examples/esc/esc_test.go:7
Method
Bounds
()
examples/mandelbrot-pkg-profile/mandelbrot.go:77
Method
Bounds
()
examples/mandelbrot-runtime-pprof/mandelbrot.go:78
Method
Bounds
()
examples/mandelweb/mandelweb.go:51
Method
Bounds
()
examples/mandelbrot/mandelbrot.go:70
Method
Bounds
()
examples/mandelbrot-buffered/mandelbrot.go:77
Method
Bounds
()
examples/mandelbrot-buffered/exercise/mandelbrot.go:77
Method
Bounds
()
examples/mandelbrot-trace/mandelbrot.go:77
Method
ColorModel
()
examples/mandelbrot-pkg-profile/mandelbrot.go:76
Method
ColorModel
()
examples/mandelbrot-runtime-pprof/mandelbrot.go:77
Method
ColorModel
()
examples/mandelweb/mandelweb.go:50
Method
ColorModel
()
examples/mandelbrot/mandelbrot.go:69
Method
ColorModel
()
examples/mandelbrot-buffered/mandelbrot.go:76
Method
ColorModel
()
examples/mandelbrot-buffered/exercise/mandelbrot.go:76
Method
ColorModel
()
examples/mandelbrot-trace/mandelbrot.go:76
Function
Fib
Fib computes the n'th number in the Fibonacci series. tag::fib[]
examples/fib/fib_nobuild.go:6
Function
Fib2
(n int)
examples/fib/fib_test.go:44
Method
Loop
()
examples/ioloop.go:14
Function
NewPoint
()
03-compiler-optimisations/examples/esc/center.go:17
Function
NewPoint
()
examples/esc/center.go:16
Function
TestAdd
(t *testing.T)
examples/asm/add_test.go:5
Function
TestFib
ENDBENCH OMIT
02-benchmarking/examples/fib/fib_test.go:29
Function
TestFib
(t *testing.T)
examples/fib/fib_test.go:34
Function
fn
()
examples/pool/pool.go:8
Function
main
()
04-execution-tracer/examples/daisy/main.go:24
Function
main
()
04-execution-tracer/examples/ping-pong/main.go:26
Function
main
()
04-execution-tracer/examples/timers/main.go:18
Function
main
()
01-profiling/examples/mutex/mutex.go:21
Function
main
END OMIT
03-compiler-optimisations/examples/esc/sum.go:24
Function
main
END OMIT
03-compiler-optimisations/examples/max/max.go:20
Function
main
END OMIT
03-compiler-optimisations/examples/max/max2.go:15
Function
main
()
examples/mandelbrot-pkg-profile/mandelbrot.go:19
Function
main
()
examples/counter/counter.go:27
Function
main
()
examples/mandelbrot-runtime-pprof/mandelbrot.go:19
Function
main
tag::main[]
examples/words/main2.go:23
Function
main
()
examples/words/main3.go:24
Function
main
()
examples/words/main.go:17
Function
main
()
examples/prove/foo.go:13
Function
main
()
examples/mandelweb/mandelweb.go:18
Function
main
()
examples/inuseallocs/main.go:16
Function
main
()
examples/mandelbrot/mandelbrot.go:15
Function
main
()
examples/esc/sum.go:20
Function
main
()
examples/mandelbrot-buffered/mandelbrot.go:19
Function
main
()
examples/mandelbrot-buffered/exercise/mandelbrot.go:19
Function
main
()
examples/mandelbrot-trace/mandelbrot.go:19
Function
main
end::padding[]
examples/fields/fields.go:28
Function
main
()
examples/block/block.go:16
Function
main
tag::main[]
examples/grow/grow.go:6
Function
main
The prime sieve: Daisy-chain Filter processes.
examples/sieve/main.go:32
Function
main
end::max[]
examples/inl/max.go:20
Function
main
end::max[]
examples/inl/max3.go:21
Function
main
end::max[]
examples/inl/max2.go:21
Function
mandelbrot
(w http.ResponseWriter, req *http.Request)
examples/mandelweb/mandelweb.go:32
Function
nWorkersPerRowFillImg
(m *img, workers int)
examples/mandelbrot/mandelbrot.go:129
Function
popcnt
(x uint64)
02-benchmarking/examples/popcnt/popcnt2_test.go:12
Function
processRequest
(work *Work)
examples/semaphore/semaphore.go:8
Function
root
(w http.ResponseWriter, r *http.Request)
01-profiling/examples/mutex/mutex.go:27
← previous
101–177 of 177, ranked by callers