Curious case of List.contains performance
Some time ago, colleagues stumbled upon a case where List.contains was significantly slower than identical use of List.exists.
List.contains and List.exists are functions from F# standard library, where
List.contains x xs check if the list xs contai...
jindraivanek.hashnode.dev16 min read