Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Common knowledge (Score 2) 670

This paper was created with the sole purpose of getting accepted for an up coming Scala conference. Also, copied from my post on OSnews:

This paper has some pretty serious issues as has been discussed extensively https://groups.google.com/forum/#!topic/golang-nuts/G8L4af-Q9WE and http://www.reddit.com/r/programming/comments/hqkwk/google_paper_com...
For instance nearly all the optimization for the C++ code could have been applied to the Java code. Also according to Ian Lance Taylor:

Despite the name, the "Go Pro" code was never intended to be an example of idiomatic or efficient Go. Robert asked me to take a look at his code and I hacked on it for an hour to make a little bit nicer. If I had realized that he was going to publish it externally I would have put a lot more time into making it nicer.

I'm told that the program as compiled by 6g is significantly faster now than it was when Robert did his measurements.

So yeah, in general a fairly floored benchmark, see the threads I linked for more details. I'm sure there's equivalent Java and Scala biased threads floating around as well!

Networking

Telecom Cables Wanted For Climate Research 48

schliz writes "Oceanographers have called for telecommunications companies to use their active and retired submarine fibre to collect climate data. Sydney University's John You says voltmeters could simply be attached to cable landing stations to measure ocean currents via the electromagnetic current that they generate. More information about salinity and seismology could be collected by attaching sensors to repeater boxes that are typically installed every 100km of cable to amplify signals. Because fibre optic cables could remain under the sea for decades, they could be a consistent, continual source of data for researchers."

Slashdot Top Deals

If I had only known, I would have been a locksmith. -- Albert Einstein

Working...