1. Shootout
- Posted by Jason Gade <jaygade at yahoo.com> Aug 06, 2005
- 493 views
So I've posted my Great Computer Language Shootout work so far in the archive. It's not much yet. ================================================================ "Actually, I'm sitting on my butt staring at a computer screen." - Tom Tomorrow j.
2. Shootout
- Posted by Jason Gade <jaygade at yahoo.com> Feb 05, 2007
- 491 views
I've sent in the update to RDS for the Great Computer Language Shootout. I've removed the subdirectories in the zip file and I've added a test harness called bench.ex. This is still all very rough stuff, though. Although I am very slow at updating I am still working on this project. Thanks to those who have donated micro-economy money. I've had to re-build the SW on my desktop machine recently. Hopefully in the coming weeks I can again get Linux up and working correctly to run the benchmarks according to the official website's methodology and post the results somewhere on the web. Note regarding the nbody problem -- although I did not include them in the archive I tried a few versions of the program that used sequence operations instead of loops and that tried to remove some levels of subscripting. I found those versions were all slower than the current version using loops. -- "Any programming problem can be solved by adding a level of indirection." --anonymous "Any performance problem can be solved by removing a level of indirection." --M. Haertel "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.