Search:

Type: Posts; User: CornedBee

Search: Search took 0.07 seconds.

  1. Replies
    15
    Views
    4,792

    valarray is a curious beast. It was admitted to...

    valarray is a curious beast. It was admitted to the standard for the purpose of high-performance number computing, written in a way that was especially optimizable.

    Turned out, though, that nobody...
  2. Replies
    15
    Views
    4,792

    Someone filed a bug against GCC because the debug...

    Someone filed a bug against GCC because the debug implementation of some algorithm went from O(n log n) to O(n^2).

    Also, some people have reported an order of magnitude speedup by disabling the MS...
  3. Replies
    15
    Views
    4,792

    By locking, he means this: a weak_ptr (as in...

    By locking, he means this: a weak_ptr (as in Boost's or TR1's) doesn't give you access to the pointee. It doesn't overload * or -> and doesn't give you any other way of getting at the pointee, except...
Results 1 to 3 of 3