Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Execution Speed is Deprecated, Use Python!

Name: Anonymous 2012-11-29 0:16

Developer time is the most valuable resource. Writing in Python may cause slower code, but it is in reality much more efficient because you will get an exponential amount of more work done!

Name: Anonymous 2012-11-29 0:21

In c, suppose:

foo = false;

Should I write:

foo = bar;

Or:

if (bar) foo = true;


Will the first statement always execute faster, or does it depend on whether bar is true or false?

Name: Anonymous 2012-11-29 0:40

>>2
Why would you ever write the second one? It's not any easier to read.

foo = !!bar; if you really want foo to always be 0 or 1. Otherwise, just assign foo to bar.

Name: Anonymous 2012-11-29 0:41

c doesn't have boolean type does' it

Name: Anonymous 2012-11-29 0:43

>>2
Do you mean bar = false;?

Name: Anonymous 2012-11-29 1:06

If bar is false nearly all of the time, is checking the if condition faster than assigning bar to foo?

Name: United Airlines Engine SE 2012-11-29 2:40

[citation needed]

Name: Anonymous 2012-11-29 3:30

>>2
Shouldn't those be left to the compiler and simply mean the same thing to the machine?

Name: Anonymous 2012-11-29 3:49

Yeah right because CPU speed doubles every 18 month anyway.
RIGHT?

Name: Cudder !MhMRSATORI!fR8duoqGZdD/iE5 2012-11-29 4:47

Name: Anonymous 2012-11-29 6:52

Execution speed is!  Deprecated use python!

Name: Anonymous 2012-11-29 8:05

In certain scenarios, the raw speed of Python does not matter.
But I still wish it was faster, smaller, less verbose and more flexible.

Name: Anonymous 2012-11-29 18:11

Well, I think my time is definitely more valuable than machine time, but I wouldn't think the same if I employed some programmers.

Name: Anonymous 2012-11-29 18:48

Write everything in le Ruby!

Name: Anonymous 2012-11-29 19:15

>>14
is le Ruby less shitty than ruby?

Name: Anonymous 2012-11-29 19:18

>>15
Yes, it even comes bundled with a super epic (almost poignant) and randumXD guide!

Name: Anonymous 2012-11-29 19:33

javascript

Name: Anonymous 2012-11-29 20:02

Developer time is the most valuable resource
Stop writing toys.

Name: lel 2012-11-29 20:57

ruby

Name: Anonymous 2012-11-29 20:59

>>18
a big one
a grat one
XD man

Name: Anonymous 2012-11-29 21:22

>>20
Go write a turkey scalable solution, ``faggot''.

Name: Anonymous 2012-11-30 1:56

Name: Anonymous 2012-11-30 1:59

2% turkey solution in ethanol, 100 ml

Name: Anonymous 2012-11-30 4:15

>>13
Why not? Programmers are expensive.

Name: Anonymous 2012-11-30 9:44

>machine time is less valuable than programmer time
>outsourcing to india

Name: Anonymous 2012-11-30 12:53

>>25
Even so, wouldn't you like to spend half as much money on Indians?

Also, gb2/g/, ``please''.

Name: Anonymous 2012-11-30 16:47

Name: Anonymous 2012-11-30 16:51

Turkey Solution Software - Alibaba.com
www.alibaba.com/countrysearch/TR/solution-software.html

Name: Anonymous 2012-11-30 19:00

>>27
Please expand.

Name: Cudder !MhMRSATORI!fR8duoqGZdD/iE5 2012-12-01 10:42

Name: Anonymous 2012-12-01 10:43

>>30
Why did we hit a frequency wall so fast?

Name: Anonymous 2012-12-01 12:06

>>31
Intel made processors that melted people's balls and backed off from those blistering (HEH) speeds. Computers are no longer commodity devices if they're hotter than the sun and require heavy equipment to cool.

Since you brought it up: The effective processing speed did not hit a wall. Intel's >3GHz offerings from around 2004 used a lot of stupid tricks to make it seem like they were faster than they actually were, because as long as they could get away with a higher MHz label, they could sell newer processors. The per-instruction latency in the PIV and friends was actually harmful to overall performance compared to, say, a PIII-based design with the same clock speed.

If they'd done it "the right way" the whole time (ie. relying only on smaller processes for faster speeds instead of doing parlor tricks with the instruction pipeline) you'd see a much gentler slowdown over time.

Name: Anonymous 2012-12-01 15:05

>>4
It does, but it's a library feature (include stdbool.h), not a language feature like it is in C++ and other languages.

Name: Anonymous 2012-12-01 15:15

>>32
If they'd done it the right way the whole time they'd develop SPARC or Setun derivative.

Name: Anonymous 2012-12-01 16:41

>LE LELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
>LE MEME FACE WHEN
>LE MEME FACE WHEN
>LEEEEEEEEEEEEEEEEEEEEEEEEEEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
>EGIN!
>EGINGIN!!!!
>EGINGINGWIM!!!!!!!!!!!!!!!!!!!!!!!!
>MY LEL FACE WHEN LE /G/RO IS FUQIN EGIN

Name: Anonymous 2012-12-01 18:49

>>34
Hence the "scare" "quotes." Doing it that way was not actually very damaging in the short term, and even though they "wasted" a lot of money and engineering talent on making their CPUs look faster, they gobbled up a lot of market share in the process. It was the right move for Intel in terms of corporate self-interest.

Name: Anonymous 2012-12-01 19:48

>>31,32
Intel jumped onto the RISC bandwagon and became obsessed with pushing their CPUs as fast as they could, even if it meant using such a deep pipeline that anything but pure sequential code got hit with a huge latency penalty.

Name: Anonymous 2012-12-02 0:46

So basically a market full of retards made pony trick profitable which is why we had P4.

the mainstream ruins everything.

Name: Cudder !MhMRSATORI!fR8duoqGZdD/iE5 2012-12-02 2:46

>>32
Fun facts: P4 processors did not have a barrel shifter so their shifts and rotates were slow, and even the ALU was pipelined so that operations <= 16 bits of data were around twice as fast as those needing 32 bits. The ALU ran at double the clock of the rest of the logic, and could beat Core/Core2 in straight-line execution in very very specific pieces of code(basically integer adds only). Very sensitive to instruction and data alignment, not unlike most RISCs.

Name: Anonymous 2012-12-02 6:40

>>39
Remember when you ran away and I got on my knees and begged you not to go because I'd go berserk?
Well, You left me anyhow and then the days got worse and worse and now you see I've gone completely OUT OF MY MIND!

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List