simd
Here are 600 public repositories matching this topic...
-
Updated
Apr 16, 2022 - C++
Describe the bug
Currently keys written to server.conf go undetected.
This means that not only typos go undetected, but lack of validation is a risk during version migration as settings that used to apply in a previous version have no effect in a newer one without warning -- even if new settings are supposed to be used.
To reproduce
- Create a key with a typo.
- Watch the QuestDB
-
Updated
Mar 31, 2022 - C++
Our users are often confused by the output from programs such as zip2john sometimes being very large (multi-gigabyte). Maybe we should identify and enhance these programs to output a message to stderr to explain to users that it's normal for the output to be very large - maybe always or maybe only when the output size is above a threshold (e.g., 1 million bytes?)
-
Updated
Mar 29, 2022 - C++
I am finding a product which can replace Elasticsearch.
Doing performance fine tuning, it may be beneficial to have separate code paths if the mask is "all on". Right now there are multiple ways of expressing this paradigm, which are not guaranteed to be optimal on all platforms. Possible ways of checking this are:
__all(__mask). Seem to produces good code on all platforms, but uses builtins (that are not recommended for the use outside of stan
-
Updated
Apr 5, 2022 - C++
-
Updated
Jul 16, 2021 - C
-
Updated
Apr 15, 2022 - C++
Hi,
thank you very much for this cool library.
I noticed that simde_mm512_load_ps is missing while simde_mm512_loadu_ps is implemented. However, both seem to exist for Intel intrinsics (see screenshot). Maybe I oversaw one or maybe they do the same anyways?
Thanks
Lukas


Though we include Boost JSON as a dependency for benchmarking purposes, we do not include it as part of our benchmarks currently.