Yang, Bo

Results 342 comments of Yang, Bo

I just wanted to let you know I also ported [Dsl.scala](https://github.com/ThoughtWorksInc/Dsl.scala) to Scala 3, and provided a Scala Async polyfill as well. ``` libraryDependencies += "com.thoughtworks.dsl" %%% "scala-async" % "latest.release"...

If your problem is related to closures, you may workaround it by apply https://github.com/HaxeFoundation/haxe/pull/3559

The sbt version is 0.13.16. Sorry I didn't mention it before.

This is only happened when `HandleEventInExecutionContext` is enabled

2018-04-02 13:21 GMT+08:00 raver119 : > Unfortunately i'm not Scala guy, so i'd like to ask few more questions > regarding tests equality, if you don't mind. > > https://github.com/ThoughtWorksInc/Compute.scala/...

2018-04-02 14:49 GMT+08:00 raver119 : > > > > On Apr 1, 2018, at 23:18, 杨博 (Yang Bo) wrote: > > > > 2018-04-02 13:21 GMT+08:00 raver119 : > >...

You are very keen to realize that the performance issue in the benchmark is related to the memory. For memory settings, you can check the benchmark source code. JMH forks...

2018-04-02 14:49 GMT+08:00 raver119 : > > > I’m sorry, bu my question actually had a bit deeper sense. JMH allows > runtime override for Thread annotation, and the only...

You can see there is a notice for Deeplearning4j in the README.md. We have never criticized the performance of ND4J's in a mutable style.