Paul S.

Results 174 comments of Paul S.

In my case there is no performance degradation during the matches but I'm extremely disappointed by overall performance under Linux.

Reducing threads number to one has significant performance penalty, framerate drops to 30-50 but the core is still underloaded. For me it looks like there is some kind of a...

The menu doesn't suffer from this problem though, it shows 200+ FPS.

After some experiments I figured out that "performance" frequency governor and manual overclock might improve situation significantly. I locked my multiplier at 42 instead of default 37 and set governor...

Give it 3-5 years and it probably will be fixed.

But honestly, this is a damn joke.

@IsxImattI , I've commented on the P/R, currently it does not conform to the desired specs.

If I modify `Lambda` this way: ```scala final case class Lambda(input: List[SymName.LambdaParamName], output: AbstractReference) extends AbstractReference { println(s"$input => $this") ``` And run a test like ```scala "xxx" in {...