PSeq.groupBy not using the the right comparison
description
From a bug report:
PSeq.groupby is breaking when applied to keys that are arrays. I think it is using reference equality because you've haven't passed the appropriate IEqualityComparer to ParallelEnumerable.GroupBy.
Equivalent bugs may well be afflicting similar functions, of course.