Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is connection pooling in akka-http using the source queue Implementation thread safe?

new-style ("inline") macros require scala.meta

How does Scala use all my cores here?

scala

scalatest Flatspec: Timeout for entire class

scala testing scalatest

Scala lists with existential types: `map{ case t => ... }` works, `map{ t => ... }` doesn't?

Effect abstraction in Cats and parallel execution

akka http to use Json Support and xmlsupport

scala akka-http

Watermarking for Spark structured streaming with three way joins

Graphx : Is it possible to execute a program on each vertex without receiving a message?

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