Edoardo Luppi

Results 455 comments of Edoardo Luppi
trafficstars

@MCMicS I've started using this plugin and I was going through all the issues just to see what's the state. Blue Ocean is a dead project (CloudBees words) so keeping...

I'm wondering if for small projects it makes sense to just stick with modules for now.

Marking any library class is a no-go in the actual state. As highlighted above, what will happen is every new compilation for every consumer of the library will increase bundle...

Yes, as of now. You can play with inline member functions if you want to eliminate the additional call stack depth (check if it works tho). The way `JsExport` works...

Thank you! To recap, it seems you: 1. read a sample file 2. split it based on a delimiter (but it's not a real split, you seem to use only...

Thanks! I've managed to emulate the same workflow in Kotlin, and now I find myself dealing with a stack overflow on the JVM with this statement: ``` SELECT (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((...

Preliminary benchmark results on a i7-7820HQ - 32GB The JS results are taken with `measureTime`, as kotlinx-benchmark for JS is blocked by https://github.com/Kotlin/kotlinx-benchmark/issues/185 | File | JS | WASM |...

I think on K/JS the major performance issue is the use of a string for the generated ATN, which must then be converted to a char array, and decoded to...

@KvanTTT Terence once [wrote](https://github.com/antlr/antlr4/discussions/3580#discussioncomment-2347560) > Java does not properly handle static initialized integer arrays So what he meant was that the JVM simply crashes? There is a big difference between...