Adenilson Cavalcanti

Results 7 issues of Adenilson Cavalcanti

The requirements for a good hash is a proper balance between speed and hashing quality (i.e. avoiding collisions), while ideally being performant on varied CPU architectures. Currently one of the...

CLA Signed

It seems that compiling of the main Json parser unit test was disabled due to a 'MSVC Preprocessor' bug. It is safe to assume that g++/clang++ will be used on...

CLA Signed

With the release of 1.2.12, all the legacy ASM code was removed from the 'contrib' folder. This patch will update the CMake buildsystem to reflect that and fix the report...

ToT (Top of Tree) will fail to build if benchmarks are enabled (i.e. cmake ../ -DBUILD_BENCHMARKS=ON) on Monterey with clang++ 13.1.6. This patchset will fix the build.

CLA Signed

Using SIMD to perform wide loads/stores in inflate_fast, this should improve performance on ARM between 18% to 30% depending on the data. Plus it has the fix for the InflateBack()...

As reported by Ben Hawkes in #4026, a failure to allocate a zstd context would lead to a dereference of a NULL pointer due to a missing check on the...

CLA Signed

** NOT FOR LANDING** Adding an extra parameter (-y) while running in benchmark mode to allow collecting processor performance counters, as that will allow next to know performance stats per...

CLA Signed