Paul Schaub

Results 145 comments of Paul Schaub

There is some work on the way in https://github.com/bcgit/bc-java/pull/1353

I added `UserId.compare(uid1, uid2, comparator)` along with some default comparators (one strict and one ignoring case). This should give users a good idea on how to utilize comparators to their...

I did some more tinkering and got the gradle script to build a working native image. https://github.com/pgpainless/pgpainless/tree/graal ``` $ gradle nativeImage $ pgpainless-cli/build/native-image/pgpainless-cli ``` However, I did not observe the...

I opted to realize minimizing the startup time using nailgun, so this can be closed.

Great to see all the progress :)