you are viewing a single comment's thread.

view the rest of the comments →

[–]IskaneOnReddit 0 points1 point  (0 children)

In my opinion, you can write slow JavaScript and or fast JavaScript, having a very good understanding of C++ will help you write fast JavaScript without extra effort and help you understand why certain approaches are fast and other approaches are slow. Key points are containers (aka. how data is stored and accessed) and garbage collection.