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

 



Forgot your password?
typodupeerror

Comment Re:Speed it up! (Score 2) 11

Where did I say I was expecting similar performance? But Python is slow even for an interpreted language especially given its usually compiled to bytecode first. I would expect similar performance to Java , not run at approx 1/100th the speed of compiled C!

1/100 the speed of compiled languages is typical for interpreted languages.

Non-ancient implementations of Java are fully compiled. Toy benchmarks and Java programs carefully written as if there were no automatic memory management (and don't call standard libraries) can run just as fast ac C code.

Java can't directly support features that depend on dynamic typing and similar flexible run-time behavior that interpreted languages. However, many Java developers sorely miss those features, so they heavily use the reflection APIs and various "beans" frameworks to work around the pre-compilable static typing. This can actually end up running *slower* than Python because many of those Java features are dog slow.

You can already get implementations of Python that do JIT compiling like Java. They often run in the ballpark of about 1/10 the speed of C.

Comment Re:Whatever (Score 1) 57

Mine's an MNT Reform. Even fully loaded, its performances are lackluster at best. Think entry-level laptop from 5 years ago kind of perforrmances. Or maybe top-of-the-line Raspberry Pi. But performance is not the point of this machine.

Still, sluggish though it is, it's quick enough for 95% of what I do. And since I'm not into modern games, it works fine for me for gaming too.

Comment If you think that's bad (Score 1) 36

Microsoft trains their AI on corporate data, and most likely YOUR private data that you have to give your employer, produce for your employer under your real name using real information, and your LinkedIn.

Microsoft\s AI shit is a disaster waiting to happen because they've collected a lot of actual, sensitive, valuable data through Windows, Office 365, Teams and all the other cloudy garbage most companies use now, and because Microsoft has proven utterly incompetent with security for the past 50 years.

I'm much more worried about Microsoft's AI than Google's.

Slashdot Top Deals

Contemptuous lights flashed flashed across the computer's console. -- Hitchhiker's Guide to the Galaxy

Working...