Dimitar Dimitrov

Results 17 comments of Dimitar Dimitrov

Keep in mind that even a heap `ByteBuffer` has a lot of range checks which are not always optimized away (or take a long time and many optimization cycles to...

For anybody having the same problem, here is a workaround by intercepting the `extractGraalTooling` task: ```groovy tasks.named('extractGraalTooling') { t -> doFirst { // touch file, so the task will not...

It is part of the Gradle plugin to which this issue belongs. If you are only using "gu" on the command line, it is not relevant to you (despite getting...

> We should cache the result since it won't change across projects. It is a bit more complex than this. Consider the following use 2 cases: * some composite projects...

@vyazelenko the new syntax [does not work if you need to use an internal artifact repository](https://discuss.gradle.org/t/is-there-a-way-to-proxy-the-gradle-plugin-portal-through-local-artifact-repository/6933) (i.e. for compliance reasons). This is a blocker for many teams. It also [can...

Duplicates https://github.com/Abnaxos/pegdown-doclet/issues/54

No, I haven't heard back.

Will do when I get to updating the submission. It will take a few days.

Apologies, the commit was done on Windows and the problem is only visible on Linux/Mac. Addressing in https://github.com/gunnarmorling/1brc/pull/228

Perhaps use the double exclamation mark glyph `‼` (U+203C)? It takes slightly less space than `!!` https://en.wikipedia.org/wiki/!!