Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Bad move for Desktop, 64-bit wastes memory (Score 3, Insightful) 133

No, you are wrong. If you want performance AND you want 32-bit pointers you can use https://en.wikipedia.org/wiki/...

Then you get the benefit of 16 64 bit GPRs, PC-relative addressing and other features that INCREASE performance. There is no good reason to run a 64-bit x86 OS in 32 bit mode.

Comment Re: Pray I don't change it again (Score 1) 149

It is not enough to have a mac, you need to have a recent >=~ 2010 mac to be able to use the latest OS and xcode. Now, if anything had happened with the mac line since 2010, maybe there would be a reason except to grab money, I *guess* you can develop android apps on a 386 with enough memory, but certainly on Apple hardware from 2010 that allows *much* more memory and power than the 2017 mac "pro".

Comment Re:some things should be trivial for any expert (Score 1) 1001

ff your dataset is 20 elements then every in-place sorting algorithm will be equally cache friendly (on the d-cache), if you are worried about the i-cache, I guess it is better to use just ONE sorting function, qsort for example (you will need a fast sort for larger arrays anyway).

If you would run your sorting algorithm on a really small data such as 20 elements (and care for O(1)), my guess is that a normal bubble sort is not what you want. I guess you would use a combination of loop unrolling and some SIMD tricks and maybe a memory pre-fetch and that the result would NOT look like bubblesort.

Comment Re:Bullshit article (Score 1) 588

Would the lawyers of 7 out of 8 companies advised their clients to STFU and hope the issue goes away. if asked:
Would your company help killing innocent children?
Would your company help gas minorities to death?
Would your company help registering Christians for the state of China?
Would your company sell unhealthy food?

For how many of those questions would it be ethical to duck the question?
Why would you not like to answer any of the questions?

Comment Re:Those who something, something (Score 1) 588

It is quite bold to claim that the USA has one of the most liberal immigration systems, do you have _any_ data to back that up?

If you think about how rich USA is, and how few refugees enter the country, could it not be that just _maybe_ your statement is not true? What i mean is that there are lots of countries out there.

Turist VISA is very liberal if you are from an EU country (ESTA), but I guess that it is similarly easy to enter EU from USA. And I guess you do not need to give your finger prints on arrival (yet), but I might be wrong and I know it has been discussed.

Slashdot Top Deals

The rate at which a disease spreads through a corn field is a precise measurement of the speed of blight.

Working...