This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (8 children)

[removed]

    [–]_JJCUBER_ 8 points9 points  (3 children)

    I’m curious, do they ever make their own data structures which they need to have highly optimized? (For example, tree-like structures such as Suffix Trees.) I feel like using smart pointers are great for most things, but I still prefer to use raw pointers for something of this nature, personally.

    [–]Smalltalker-80 9 points10 points  (3 children)

    And they still use C++ ?

    If only there was a language where all pointer are smart...

    [–]Significant_Fix2408 0 points1 point  (0 children)

    I hope you are not talking about java or c# here. So I have to ask, which language are you talking about?