/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sam.hooke.me
| | avelino.run
4.7 parsecs away

Travel
| | I was wondering how performant Golang is, so I decided to put together a little benchmarking example for myself. The benchmark will be done in my personal computer: Processor 3 GHz Intel Core i7 Memory 8 GB 1600 MHz DDR3 Software OS X 10.9.2 (13C64) So I started with Python, which is what I know best and created the following simple script; The reason for the total output, was to have a check to ensure that I was getting the same results in each of the scripts. To make sure that they are doing the same amount of work.
| | github.com
4.5 parsecs away

Travel
| | Generating documentation using sphinx autodoc. Contribute to Nivratti/sphinx_autodoc_demo development by creating an account on GitHub.
| | atilaoncode.blog
3.0 parsecs away

Travel
| | Last week I suggested that if you want to call C code from Python that you should use D. I still think that 4 lines of code (two of which are header includes) and a build system is hard to beat if that indeed is your goal. The internet, of course, had different ideas. I...
| | thecodeartist.blogspot.com
20.2 parsecs away

Travel
| The importance of a proper requirements gathering process, including detailed use-cases at the beginning of the software development process is often underestimated.