Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

Niklas Ulvinge

@Niklas Ulvinge
About
Posts
144
Topics
30
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Fastest modem ever?
    N Niklas Ulvinge

    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

    The Lounge data-structures question

  • Performence in c#
    N Niklas Ulvinge

    It's boring to wait 5 min for a thing to complete when you debug... The one and only Niklas Ulvinge aka IDK

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    What do you mean? The one and only Niklas Ulvinge aka IDK

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    But that's still slower than basic... The one and only Niklas Ulvinge aka IDK

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    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

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    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

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    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

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    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

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    What would be hard to write an ERP in assembler? The one and only Niklas Ulvinge aka IDK

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    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

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    No, but it's faster. The one and only Niklas Ulvinge aka IDK

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    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

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    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

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    It's very slow. That's what it's meant to be. The one and only Niklas Ulvinge aka IDK

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    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

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    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

    C# question csharp code-review

  • Generating pure randomness with a PC
    N Niklas Ulvinge

    One 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

    Hardware & Devices hardware

  • Performence in c#
    N Niklas Ulvinge

    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

    C# question csharp code-review

  • Performence in c#
    N Niklas Ulvinge

    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

    C# question csharp code-review

  • My computer doesn't view the screen
    N Niklas Ulvinge

    OK, 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

    Hardware & Devices
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups