On Fri, 28 Jun 2024 15:41:48 GMT, Severin Gehwolf wrote:
>> Please review this enhancement to the container detection code which allows
>> it to figure out whether the JVM is actually running inside a container
>> (`podman`, `docker`, `crio`), or with some other means that enforces
>> memory/c
> We need a String format solution with good performance. String Template was
> once expected, but it has been removed. j.u.Formatter is powerful, but its
> performance is not good enough.
>
> This PR implements a subset of j.u.Formatter capabilities. The performance is
> good enough that it is
On Sat, 29 Jun 2024 18:24:46 GMT, Eirik Bjørsnøs wrote:
>> Please consider this PR which suggests we rename `ZipEntry.extraAttributes`
>> to `ZipEntry.externalFileAttributes`.
>>
>> This field was introduced in
>> [JDK-8218021](https://bugs.openjdk.org/browse/JDK-8218021), originally under
>>
> We need a String format solution with good performance. String Template was
> once expected, but it has been removed. j.u.Formatter is powerful, but its
> performance is not good enough.
>
> This PR implements a subset of j.u.Formatter capabilities. The performance is
> good enough that it is
On Sat, 29 Jun 2024 19:05:18 GMT, David Schlosnagle wrote:
>> Shaojin Wen has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> private method & field
>
> src/java.base/share/classes/java/lang/StringFormat.java line 48:
>
>> 46: static St
On Sat, 29 Jun 2024 18:59:33 GMT, Shaojin Wen wrote:
>> We need a String format solution with good performance. String Template was
>> once expected, but it has been removed. j.u.Formatter is powerful, but its
>> performance is not good enough.
>>
>> This PR implements a subset of j.u.Formatte
> We need a String format solution with good performance. String Template was
> once expected, but it has been removed. j.u.Formatter is powerful, but its
> performance is not good enough.
>
> This PR implements a subset of j.u.Formatter capabilities. The performance is
> good enough that it is
On Sat, 29 Jun 2024 17:41:47 GMT, David Schlosnagle wrote:
>> src/java.base/share/classes/java/lang/StringFormat.java line 82:
>>
>>> 80: conv = format.charAt(off + 2);
>>> 81: }
>>> 82: }
>>
>> is it worth handling `width > 9`?
>>
>> Suggestion:
>>
>>
> We need a String format solution with good performance. String Template was
> once expected, but it has been removed. j.u.Formatter is powerful, but its
> performance is not good enough.
>
> This PR implements a subset of j.u.Formatter capabilities. The performance is
> good enough that it is
> I have implemented the Zimmermann's square root algorithm, available in works
> [here](https://inria.hal.science/inria-00072854/en/) and
> [here](https://www.researchgate.net/publication/220532560_A_proof_of_GMP_square_root).
>
> The algorithm is proved to be asymptotically faster than the New
On Thu, 9 May 2024 12:00:13 GMT, Jaikiran Pai wrote:
> Hello Eirik, it will be better to merge with the latest master branch and run
> the tier tests before integrating.
Life happened, but I have now merged with the latest master and GHA runs green.
Did you want to run additional testing befor
On Sun, 12 May 2024 14:37:23 GMT, Chen Liang wrote:
> I believe this field only captures the 2 bytes at higher indices of External
> File Attribute; it's not the complete 4-byte external file attributes and
> this value is not captured unless "Version made by" field's larger index byte
> (byte
> Please consider this PR which suggests we rename `ZipEntry.extraAttributes`
> to `ZipEntry.externalFileAttributes`.
>
> This field was introduced in
> [JDK-8218021](https://bugs.openjdk.org/browse/JDK-8218021), originally under
> the name `ZipEntry.posixPerms`.
> [JDK-8250968](https://bugs.o
On Sat, 29 Jun 2024 16:16:51 GMT, David Schlosnagle wrote:
>> Shaojin Wen has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> rename `digit` to `width`
>
> src/java.base/share/classes/java/lang/StringFormat.java line 82:
>
>> 80:
> We need a String format solution with good performance. String Template was
> once expected, but it has been removed. j.u.Formatter is powerful, but its
> performance is not good enough.
>
> This PR implements a subset of j.u.Formatter capabilities. The performance is
> good enough that it is
On Sat, 29 Jun 2024 16:17:32 GMT, David Schlosnagle wrote:
>> Shaojin Wen has updated the pull request incrementally with four additional
>> commits since the last revision:
>>
>> - Update src/java.base/share/classes/java/lang/StringFormat.java
>>
>>Co-authored-by: David Schlosnagle
>
> We need a String format solution with good performance. String Template was
> once expected, but it has been removed. j.u.Formatter is powerful, but its
> performance is not good enough.
>
> This PR implements a subset of j.u.Formatter capabilities. The performance is
> good enough that it is
On Sat, 29 Jun 2024 11:53:31 GMT, Shaojin Wen wrote:
> We need a String format solution with good performance. String Template was
> once expected, but it has been removed. j.u.Formatter is powerful, but its
> performance is not good enough.
>
> This PR implements a subset of j.u.Formatter cap
On Sat, 29 Jun 2024 11:53:31 GMT, Shaojin Wen wrote:
> We need a String format solution with good performance. String Template was
> once expected, but it has been removed. j.u.Formatter is powerful, but its
> performance is not good enough.
>
> This PR implements a subset of j.u.Formatter cap
We need a String format solution with good performance. String Template was
once expected, but it has been removed. j.u.Formatter is powerful, but its
performance is not good enough.
This PR implements a subset of j.u.Formatter capabilities. The performance is
good enough that it is a fastpath
On Fri, 28 Jun 2024 12:46:49 GMT, Shaojin Wen wrote:
>> Currently, the java.util.Formatter$Conversion::isValid method is implemented
>> based on switch, which cannot be inlined because codeSize > 325. This
>> problem can be avoided by implementing it with ImmutableBitSetPredicate.
>>
>> use `-
21 matches
Mail list logo