Explore >> Select a destination


You are here

eregon.me
| | brendaneich.com
15.6 parsecs away

Travel
| |
| | pragtob.wordpress.com
9.1 parsecs away

Travel
| | 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
13.3 parsecs away

Travel
| | 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...
| | dirtsimple.org
70.3 parsecs away

Travel
| I was recently looking at the source of a wxPython-based GUI application, about 45.5KLOC in size, not counting the libraries used (e.g. Twisted). The code was written by Java developers who are relatively new to Python, and it suffers from some performance issues (like a 30-second startup time). In examining the code, I found that ...