Slashdot Mirror


User: alex_kotov

alex_kotov's activity in the archive.

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

Comments · 1

  1. Re:Command and source/test review. on Java Faster Than C++? · · Score: 1

    Actually if you will look into hash*.cpp C++ sources you'll see that they were constructed to be as buggy and slow as possible (unnecessary strdup() with corresponding memory leaks, char* instead of std::string which should be more logical for C++ code, hashl[ (*k).first ] instead of k->second and so on).