rfc:array_group

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
rfc:array_group [2023/06/01 00:07] bor0rfc:array_group [2023/06/01 00:16] (current) bor0
Line 12: Line 12:
 Almost all mainstream programming languages have a built-in grouping functionality: Almost all mainstream programming languages have a built-in grouping functionality:
  
-  * [[https://www.scala-lang.org/api/2.12.4/scala/collection/parallel/ParIterableLike$GroupBy.html|Scala]]+  * [[https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.groupby?view=net-7.0|.NET]]
   * [[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/group|JavaScript]]   * [[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/group|JavaScript]]
 +  * [[https://docs.oracle.com/javase/8/docs/api/java/util/stream/Collectors.html#groupingBy-java.util.function.Function-|Java]]
 +  * [[https://www.scala-lang.org/api/2.12.4/scala/collection/parallel/ParIterableLike$GroupBy.html|Scala]]
   * [[https://hackage.haskell.org/package/groupBy-0.1.0.0/docs/Data-List-GroupBy.html|Haskell]]   * [[https://hackage.haskell.org/package/groupBy-0.1.0.0/docs/Data-List-GroupBy.html|Haskell]]
-  * [[https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.groupby?view=net-7.0|.NET]] 
  
 The way this has been approached in PHP in the past was to just implement a custom function and use it. This has several drawbacks: The way this has been approached in PHP in the past was to just implement a custom function and use it. This has several drawbacks:
rfc/array_group.1685578060.txt.gz · Last modified: 2023/06/01 00:07 by bor0