high-performance-go-workshop
high-performance-go-workshop copied to clipboard
Results
2
high-performance-go-workshop issues
Sort by
recently updated
recently updated
newest added
Thank you for the workshop! Unfortunately this page is not scroll-able with mouse. It works only with scrollbar and arrow controls. 
There is something wrong with the story about Fibonacci benchmarks presented in the compiled view here https://dave.cheney.net/high-performance-go-workshop/dotgo-paris.htm First, you have the example of an unoptimized Fibonacci algorithm ```go func Fib(n...