high-performance-go-workshop icon indicating copy to clipboard operation
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. ![image](https://user-images.githubusercontent.com/3828802/69312561-62029c80-0c40-11ea-8742-78cff1449f06.png)

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...