Merge pull request #43 from tschaub/patch-1

Minor typo fix
This commit is contained in:
Damian Gryski 2019-05-07 00:54:46 -07:00 committed by GitHub
commit 2088892b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,7 +247,7 @@ performance every 18 *months*. Algorithmic improvements work at larger magnitude
Algorithms for mixed integer programming [improved by a factor of 30,000
between 1991 and 2008](https://agtb.wordpress.com/2010/12/23/progress-in-algorithms-beats-moore%E2%80%99s-law/).
For a more concrete example, consider [this breakdown](https://medium.com/@buckhx/unwinding-uber-s-most-efficient-service-406413c5871d)
of replacing a brute force geo-spacial algorithm described in an Uber blog post with
of replacing a brute force geo-spatial algorithm described in an Uber blog post with
more specialized one more suited to the presented task. There is no compiler switch
that will give you an equivalent boost in performance.