This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---------------------------------------- | |
| mode lto gc cap ms | |
| ---------------------------------------- | |
| jvm n/a n/a 1024 217 | |
| graalvm-ni n/a n/a 1024 342 | |
| release-full full commix 65534 517 | |
| release-fast full commix 65534 523 | |
| release-size full commix 65534 554 | |
| jvm n/a n/a 65534 555 | |
| release-full full immix 65534 562 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //> using scala 3.7.3 | |
| //> using dep com.softwaremill.ox::core:1.0.0 | |
| import scala.concurrent.duration.* | |
| import java.time.Instant | |
| import ox.* | |
| import scala.util.boundary | |
| import java.util.ArrayList | |
| import java.util.concurrent.locks.LockSupport |
OlderNewer