1. 9
  1. 2

    Great writeup!

    Note that the Record type is also very useful for getting the speed of tuples with the readability of maps.

    1. 2

      Thanks!

      Yeah maybe I should add record to the list. Someone over at reddit someone also just told me that I forgot to mention/use :array. I think I might have a blind spot for more erlangy data structures (although as I understand arrays are also rarely used there). Sorry for that - will see about it after breakfast :) Not sure how 4 more entries will affect graph readability though.

      edit: after reviewing it again, ofc records are just tuples tagged with their type so performance wise it shouldn’t be different to an interesting degree. Would still be good to mention :)