Adam Gent
Adam Gent
@ceki We really should consider reverting this fix or some fix for the fix. I say this kindly that this fix hurts way more and only helps a very select...
@mernst and @msridhar I had a similar problem in my project as well with witness notation in #6671 . I tried to setup a project that was not my opensource...
FWIW it’s unlikely I will change jstachio escaper (which appears to be similar to JTE) based on the benchmark. I just thought it was bizarre an array lookup beat a...
@casid I improved the documentation of the benchmark so if you can check it one last time. JStachio and JTE do: `StreamEscaperBenchmark.streamSubstringInlineSwitch`. [jstachio version](https://github.com/jstachio/jstachio/blob/dc5af0e5807643dedbf0728e38b056babd5ae73b/api/jstachio/src/main/java/io/jstach/jstachio/escapers/HtmlEscaper.java) (EDIT to link to original inline...
I'm still testing across various machines and operating systems. It appears true Intel x64 machines are smart enough to make the inline switch expression fast and in some cases faster...
Here are some of the results: https://github.com/jstachio/escape-benchmark/blob/main/results.md If you have spare cycles (pun intended) maybe test on your Windows Beast 😄 I have a surprisingly lack of access to Genuine...
Yes this seems like it is pretty bad and hurts module-info uptake. Someone developing a CLI might want to have a JLink option which would use the modulepath and then...
So my discussion with @SentryMan does not get lost in the abyss that is discord: [13:52 - 13:58] agentgt: > to be honest it is the killer feature of our...
To relate how this would change if we did the #176 but where: ```java public @Nullable KeyValuesSource resolve(URI uri, ... some other stuff like where the URI came from and...
> Am I right to think it involves mapping the right fields like here? You are correct. I was planning on doing it but just ran out of time. If...