simd
Here are 491 public repositories matching this topic...
-
Updated
Mar 26, 2021 - C++
-
Updated
Mar 23, 2021 - 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?)
Is your feature request related to a problem? Please describe.
When starting QuestDB, it's hard to tell the location of the server.conf file, and this becomes more complicated when running via Docker, from source or from Homebrew.
Describe the solution you'd like
The server should print out the location of the currently-used configuration file, and if possible, state which non-defa
-
Updated
Feb 25, 2021 - C++
-
Updated
Mar 26, 2021 - LLVM
-
Updated
Mar 12, 2021 - C
-
Updated
Mar 26, 2021 - C++
-
Updated
Feb 14, 2021 - C++
Examples from simd-everywhere/simde#685
SIMDE_FLOAT32_C(-2147483650.0)
SIMDE_FLOAT32_C( 2147483649.0)
SIMDE_FLOAT64_C(-2147483650.0)
SIMDE_FLOAT64_C( 2147483649.0)
The procedure is:
- Find tests that use
SIMDE_FLOAT32_CorSIMDE_FLOAT64_Cin theirtest_vec - Copy-n-paste an entry in the
test_vec, modifying the inputs using the overflow valu
AVX-512BW functions
-
Updated
Jan 12, 2021 - C++
-
Updated
Mar 5, 2021 - C++
-
Updated
Mar 26, 2021 - C++
-
Updated
Mar 26, 2021 - C
-
Updated
Mar 25, 2021 - C
-
Updated
Feb 12, 2021 - Rust
-
Updated
May 5, 2020 - C#
-
Updated
Sep 21, 2017 - Rust
-
Updated
Mar 20, 2021 - C++
-
Updated
Jan 16, 2021 - C
It might be worth considering adding simd-json to the TechEmpower benchmarks:
To make this really worthwhile #121 would be good.
suggested by @pickfire
Improve this page
Add a description, image, and links to the simd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the simd topic, visit your repo's landing page and select "manage topics."
(I thought that this was already a tracked issue, but I cannot find it.)
See https://github.com/simdjson/simdjson/blob/c5def8f7060a7e9519c7f38e2c4ddf2dc784d6a8/doc/basics.md#json-pointer
If the pointer points at an array or an object, you'd like to be able to do...