You are here |
eregon.me | ||
| | | |
pointersgonewild.com
|
|
| | | | The 1980s and 1990s saw the genesis of Perl, Ruby, Python, PHP and JavaScript: interpreted, dynamically-typed programming languages which favored ease of use and flexibility over performance. In many ways, these programming languages are a product of the surrounding context. The 90s were the peak of the dot-com hype, and CPU clock speeds were still... | |
| | | |
pragtob.wordpress.com
|
|
| | | | A little more than a year ago I published a blog post benchmarking different ruby implementations against a bot that plays Go which I wrote. Now a little than a year later (~13.5 months) let's see how the different contestants have improved in the time passed. This question becomes increasingly interesting as Ruby 3.0 aims... | |
| | | |
probablydance.com
|
|
| | | | I think one of the reasons why I was able to do good performance work over the years is that at some point I started taking benchmarking seriously enough to write my own library. I used to use Google Benchmark, which is a fine library, but at some point you realize that you need a... | |
| | | |
www.mattlayman.com
|
|
| | If you use Django REST Framework and the DRF JSON API extension, you may want to learn how to sideload extra resources to save on network requests of commonly paired models. We will explore the extra settings required to make that happen. |