Galder Zamarreño
Galder Zamarreño
See https://github.com/quarkusio/quarkus/issues/20681 ``` ># LINK : warning LNK4001: no object files specified; libraries used ># LINK : warning LNK4068: /MACHINE not specified; defaulting to X86 ># Creating library java.lib and...
Adding C1 intrinsic for primitive array clone invocations for aarch64 and x86 architectures. The intrinsic includes a change to avoid zeroing the newly allocated array because its contents are copied...
An attempt to make `wrk2` work on Apple silicon. Tried and tested things based on what `wrk` had done (iow, I'm no expert on this). Feel free to improve it...
For example: 
When running with pipelining, I see big throughput differences between `wrk` and a yaml that replicates wrk. With `wrk`: ``` /home/g/opt/wrk/wrk --latency -d 15 -c 256 --timeout 8 -t 3...
# Motivation Quarkus users that want to integrate new libraries/components into native image process (e.g. [smbj](https://github.com/hierynomus/smbj)), or want to use JDK APIs that require extensive native image configuration to work...
Prototype implementation for #36822 Here are the implementation details: It adds a new profile, called `native-with-agent` to the generated projects where the JVM mode tests run with the native image...
With dzslides, you can define the fonts to use, e.g: ``` :dzslides-fonts: family=Neuton:400,700,800,400italic|Cedarville+Cursive ``` This results in a link like this: `` Would it be possible to have it by...
Is there a specific stackcollapse script that works with the output of the [mallocstacks.py version in iovisor/bcc](https://github.com/iovisor/bcc/blob/master/examples/tracing/mallocstacks.py)? I've run this script and generates stacks like: ``` malloc+0x0 Attaching to malloc...
Design draft for a true Cache API. It's centered around our Hibernate experience, which is the most popular cache user we have for Infinispan. The suggested APIs would not be...