Paul Dreik

Results 26 issues of Paul Dreik

Thanks for this wonderful tool! I wanted to [benchmark std::floor()](https://quick-bench.com/q/WsDSeveQ42goMYqP68DjSvIg4F0), but the compiler removes the code making the benchmark pointless. Would it be possible to have two tabs, one as...

it creates a windows executable, but I can not test it since I do not use windows. neither can I use wine, since it requires cygwin dlls. I tried adding...

this is a partial fix for the current build error for libstdc++. it is a step in the right direction, but there is a more complicated error left to sort...

ready to merge

This pull request should not be merged - it is a placeholder until https://github.com/simdjson/simdjson/pull/1202 is merged. Until then, this branch can be used to test benchmarking boost.json Once https://github.com/simdjson/simdjson/pull/1202 is...

This bumps simdjson to the latest master. Since the makefile is removed, cmake is used instead.

Hi! I have played around with the fuzzers and have several variations and new fuzzers on my private repo. I wanted to file an issue here to have a discussion...

This should eliminate code paths already at compile time.

This adds glaze, a C++ json library which is very relevant because it is extremely fast (on par with simdjson) while offering both read and write. It is also nice...

The [simdutf](https://github.com/google/oss-fuzz/tree/master/projects/simdutf) project currently has four fuzzers. There are no open issues/crashes/build failures, everything runs fine since a few weeks. However, one of the fuzzers ([simdutf_conversion](https://github.com/simdutf/simdutf/blob/master/fuzz/conversion.cpp)) does not have the...