you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 3 years ago

I'd say except indices in general. Just bloats every line where you need to use them. Imagine writing CUDA C++ where you regularly add and multiply stuff and every number is referenced via (usually) 1-3 indices. Horrible.

  • source
  • parent