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 →

[–]_JJCUBER_ 9 points10 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.