|
You are here |
piware.de | ||
| | | | |
avelino.run
|
|
| | | | | 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. | |
| | | | |
techtldr.com
|
|
| | | | | Here is a simple trick that I used to restart my python script after unhandled exception. Let's say I have this simple script called test.py that I want to run forever. It will just wait 2 seconds and throw an error. I use the following script called forever in the same directory: It uses python [...] | |
| | | | |
stuvel.eu
|
|
| | | | | For all the people that want to have an easy way to use distributed rendering with Blender, I have the solution: Multiblend. It is a Python script that feeds chunks of frames to each computer on your network, allowing them to render in parallel and greatly improve rendering speeds. | |
| | | | |
blog.goodstuff.im
|
|
| | | |||