Slashdot Mirror


User: BrownTiger

BrownTiger's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Prior Art on TVI to Sue Over MS Autoplay Feature · · Score: 1

    And old mainframe paper-tape bootloaders, so unless this pattent created in 50s, there are some prior art....

  2. Re:Poorly designed microbenchmark on Performance Benchmarks of Nine Languages · · Score: 1
    Those benchmarks are totaly useless.

    Author proved, that when executing int & floats language overhead is little and most languages executed at same speed. Wooo.....

    Java app slow and sluggish. Try Swing vs VC++ GDIs, CreateWindow performance, database access type JDBS IV driver vs native ODBC ( ADO, SQL*NET ).

    I can not even begin to understand why author choose floatpoint test. How many production applications even use that?

    IO test author choose to compare java lazy writes with C posix file. What exactly does this prove?

    Brian

  3. Re:Language performance arguments miss the point on Performance Benchmarks of Nine Languages · · Score: 2, Insightful

    Use whatever forks for you. There aren't any golden rules. If someone have large C++ libraries he/she can easily beat java/vb in development/deployment. We use VC++, and outperform VB coders by 20 - 30%. ( Plus code a LOT more stable ) Brian