Joel Höner

Results 17 issues of Joel Höner

I noticed that flag fields that use macros to define their values are currently very tough to navigate in our documentation. This PR resolves this by manually grouping them and...

C-enhancement
A-doc
P-medium

Due to the changes in the encoder PR (#254), the build on oss-fuzz is now failing. When fixing it, we should use the opportunity to also: - [x] Add the...

C-enhancement
P-medium
A-build
A-fuzzing

It might be worth a try to cache the ~10 most common instructions in the decoder for improved performance. I did a very hacky quick test and determined that caching...

C-feature
A-decoder

Because #259 had to remove the struct packing on aarch64 darwin, it might be worth considering to do what @flobernd suggested in a response to the PR: > Maybe as...

C-enhancement
A-formatter
P-low

We prominently advertise no-libc support but don't provide any instructions on how to actually use it. We should add a small section explaining this to the README. Essentially: - paste...

C-enhancement
A-doc
P-low

In my experience, most large JSON files where using SIMD decoding would make sense come in a newline separated form. Oftentimes they are additionally stored in a compressed form and...

enhancement

Something that we had planned to look into sooner or later is diffing against the behaviour observed from actual CPUs, in a [sandsifter](https://github.com/xoreaxeaxeax/sandsifter)-like fashion. Would that be beyond the scope...

Hi there! I've been playing around with this extension for a bit and I noticed that the animations are way too fast when the desktop runs with 144Hz. If I...

bug

The "recent" change of splitting out operand decoding increased the complexity of our "just take this buffer and give me a disassembled string" example quite a bit. We then added...

C-feature
P-medium