simd
Here are 503 public repositories matching this topic...
-
Updated
May 15, 2021 - C++
-
Updated
May 15, 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?)
Describe the bug
When joining to tables on the same column name SQL error happens
To Reproduce
create table l as
( select x from long_sequence(100) )
create table r as
( select x + 50 from long_sequence(100) )
select x
from l join r on l.x = r.x
and got back
Invalid column: r.x
Expected behavior
Tables should be joined, no SQL syntax error
**Enviro
-
Updated
Apr 6, 2021 - C++
-
Updated
May 9, 2021 - LLVM
-
Updated
Apr 29, 2021 - C
-
Updated
Apr 14, 2021 - C++
-
Updated
May 15, 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_C
orSIMDE_FLOAT64_C
in theirtest_vec
- Copy-n-paste an entry in the
test_vec
, modifying the inputs using the overflow valu
AVX-512BW functions
-
Updated
May 14, 2021 - C++
-
Updated
May 16, 2021 - C++
-
Updated
May 12, 2021 - C++
-
Updated
May 14, 2021 - C
-
Updated
May 15, 2021 - C
-
Updated
Apr 21, 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...