-
DataFrame fails on simple actions with casting BigInteger to Long.
For example, the MySQL performance schema table_handles table is defined as:
```
show create table performance_schema.table_ha…
-
This is not a planned feature, at least not yet, but this issue tracks how `parameterize` could work if it were implemented as a `suspend` block that resumes from each `parameter` instead of re-runnin…
-
**Describe the bug**
`XChart` seems to be using a larger amount of memory than expected, i.e. compared to `JFreeChart`.
**To Reproduce**
I coded two simple examples, where clicking a button adds…
-
| --- | --- |
| Bugzilla Link | [565563](https://bugs.eclipse.org/bugs/show_bug.cgi?id=565563) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Jul 27, 2020 04:06 EDT |
| Modified | Jul…
-
Java -version output
--------------------
```
$ java -version
openjdk version "11.0.13" 2021-10-19
IBM Semeru Runtime Open Edition 11.0.13.0 (build 11.0.13+8)
Eclipse OpenJ9 VM 11.0.13.0 (buil…
-
It was suggested by @jvasileff that the performance of `HashMap` is limited by the use of our cross-platform `Array` abstraction. If so, then it should be possible to improve performance on the JVM by…
-
`java.nio.ByteBuffer` is THE data container in Java NIO APIs. Those who need to use features provided only by the NIO APIs (like non-blocking sockets) are doomed to use `ByteBuffer` for data transferr…
-
Spawn a virtual thread for each incoming request, which would enable asynchronous behaviour and increase performance of the library. The new Java virtual threads are lightweight and can replace the tr…
-
Although this runtime (**runtime-kotlin**) supports Kotlin JVM there is a case to be made for adding support for [Kotlin Native](https://kotlinlang.org/docs/reference/native-overview.html). As you mig…
-
This is an issue to discuss **exposing boxed inline value classes in JVM**. The current full text of the proposal can be found [here](https://github.com/Kotlin/KEEP/blob/jvm-expose-boxed/proposals/jvm…