Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Why GraalVM CE has smaller throughput than GraalVM EE or OpenJDK 8

scala java-8 graalvm

Correct usage of Either, Try and Exceptions/ControlThrowable in scala

Akka streams pass through flow limiting Parallelism / throughput of processing flow

scala akka akka-stream

Scala create multi-line JSON String

IllegalStateException: _spark_metadata/0 doesn't exist while compacting batch 9

Does flatmap give better performance than filter+map?

scala apache-spark

How to interpret function value wrapped in curly braces (ammonite issue)

scala ammonite

Processing upserts on a large number of partitions is not fast enough

Is it possible in Scala 3 to do pattern matching by generic type?

Scala Swing event framework - where do I add my reactors?

events scala scala-swing

Do I have to create a new object to mix in a Scala trait?

scala traits

Concrete classes with abstract type members

scala types

How to get an java.lang.Class of a scala object for an annotation argument

scala

Force repaint after button click

java swing events scala

What is the best scala-like persistence framework available right now?

Scala 2.8 Actor design document? Akka design document?

scala scala-2.8 actor akka

Type inference question using Scalaz.ListW.<^>

scala type-inference scalaz

Why cannot this case of implicit conversions be optimized?

Jonas Bonér's dependency injection strategy seems limiting--but maybe I don't understand it

Generalising a "next permutation" function