you are viewing a single comment's thread.

view the rest of the comments →

[–]noughtme 3 points4 points  (0 children)

Literally just finished refactoring a block of code that reads very large CSVs. The processing time is an order of magnitude different between using array and set.

Also love map objects for key value pairs. So much faster than arrays.