Queue completed; transferred 15 942 128 796 bytes in 2:34 (min) (100736,25 KB/s) I got this today when I uploaded some files to my webhost... I got it when I did canceled some uploads... The one and only Niklas Ulvinge aka IDK
Niklas Ulvinge
Posts
-
Fastest modem ever? -
Performence in c#It's boring to wait 5 min for a thing to complete when you debug... The one and only Niklas Ulvinge aka IDK
-
Performence in c#What do you mean? The one and only Niklas Ulvinge aka IDK
-
Performence in c#But that's still slower than basic... The one and only Niklas Ulvinge aka IDK
-
Performence in c#I've already read about that in another book... Almost all asm books have a section like that in it. The one and only Niklas Ulvinge aka IDK
-
Performence in c#Thats true. I didn't think of that... But how do I access the memmory at 0xA000 ? The one and only Niklas Ulvinge aka IDK
-
Performence in c#I don't got any costomers... I don't think all the 2,3 million members on this site have... The one and only Niklas Ulvinge aka IDK
-
Performence in c#OK, I meant the .NET framework... C# is compiled to msil, wich is the .net framework language... Another way of writing it is: The out func of C# and a lot other funcs it got is really slow Wich meant what I meant... The one and only Niklas Ulvinge aka IDK
-
Performence in c#What would be hard to write an ERP in assembler? The one and only Niklas Ulvinge aka IDK
-
Performence in c#One example of the performance loss of the Console.WriteLine func is when debugging the program to calc pi. Since it goes in very fast loop it is very slow. If you think my program was a bad example, I got a NN program that's built in C#. It needs to write variables at runtime every loop. The one and only Niklas Ulvinge aka IDK
-
Performence in c#No, but it's faster. The one and only Niklas Ulvinge aka IDK
-
Performence in c#Writeline is important for me... It's my debugger... Now I write almost everyting in asm, as it's so fast and easy to get. It got enought documentation to make me sick, that's the way I love it. The one and only Niklas Ulvinge aka IDK
-
Performence in c#That was the point. C#'s out func and a lot other funcs it got is really slow. The one and only Niklas Ulvinge aka IDK
-
Performence in c#It's very slow. That's what it's meant to be. The one and only Niklas Ulvinge aka IDK
-
Performence in c#C#:
static public void cpi() { do { pi += 1 / a; pi -= 1 / (a + 2); a += 4; Console.WriteLine(pi * 4); } while (true); }
Qbasic:
DEFDBL A-Z 'DEFLNG B CLS b = 1 DO ab = a a = a + 1 / b a = a - 1 / (b + 2) b = b + 4 LOCATE 1, 1: PRINT a * 4, b LOOP
The one and only Niklas Ulvinge aka IDK
-
Performence in c#Have you ever tried what I descibed? I still think .net is the absolutly slowest platform I've ever programmed on. The one and only Niklas Ulvinge aka IDK
-
Generating pure randomness with a PCOne way, that I've seen other site's recomend, is to play some noise in the speakers, then record the sound with a microfone. Then you'll get something very close to random. The one and only Niklas Ulvinge aka IDK
-
Performence in c#Try to make a loop that prints all the decimals in pi, or something else. Then make the same in qbasic (an interpreter!) and you'll see that even a twenty year old interpreter is faster than .Net. The one and only Niklas Ulvinge aka IDK
-
Performence in c#Think out the fastest algorithm. Then implement it the fastest way. C# is very slow, and the compiler can optimize better than you so you can't do anything. Learn asm and you'll get the best performance, both of your mind and of your computer. The one and only Niklas Ulvinge aka IDK
-
My computer doesn't view the screenOK, I don't got a multimeter... I think my dad got one, but he's :zzz: now. I'll have to do it tomorrow... The one and only Niklas Ulvinge aka IDK