List vs Vector in 2022

This page summarizes the projects mentioned and recommended in the original post on /r/scala

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • scala

    Scala 2 compiler and standard library. Bugs at https://github.com/scala/bug; Scala 3 at https://github.com/scala/scala3

  • The definition of List is three lines of code and all the methods can be implemented in terms of foldLeft and prenend, and foldLeft itself can be implemented in terms of a simple tail-recursion. How can that not be simpler than Vector which has a lot of subclasses, casting, overrides, etc: https://github.com/scala/scala/blob/2.13.x/src/library/scala/collection/immutable/Vector.scala

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts