Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Functional Programming Performance

scala scala-collections

Sum of sequence of Vectors in Scala

scala scala-collections

What is the prefered way in using the parallel collections in Scala?

How do I define a custom collection interface in Scala without defining an implementation?

Creating a method which takes any 2D sequence and turns it into an Array[Array[_]] in Scala

Emulating a scala ParStream

Scala Mutable Option?

Scalastyle Boolean expression can be simplified

Find last item in an indexed sequence matching a predicate

scala - why map.size return 0 when the map is not empty

scala scala-collections

scala : creating directory and file

scala scala-collections

Group List elements with a distance less than x

scala scala-collections

Scala converters convert Java collections to Wrapper objects

What operations are performed in bulk when using parallel collections? Strange behavior here

Collection high-level operation deprecation (list:List[A] - a:A)

scala scala-collections

Efficient groupwise aggregation on Scala collections

scala scala-collections

SCALA: Which data structures are optimal in which situations when using ".contains()" or ".exists()"?

What type to use to store an in-memory mutable data table in Scala?

How can I find the index of the maximum value in a List in Scala?

Get first n elements from List