simd
Here are 500 public repositories matching this topic...
-
Updated
Apr 26, 2021 - C++
-
Updated
Apr 22, 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?)
Create
create table tt (dts timestamp, nts timestamp) timestamp(dts)Insert
insert into tt
select timestamp_sequence(1577836800000000L, 10L), timestamp_sequence(1577836800000000L, 10L)
from long_sequence(2L)Select
select 'nts', min(nts) from tt where nts > '2020-01-01T00:00:00.000000Z'Expected
nts in the first column
Actual
timestamp
-
Updated
Apr 6, 2021 - C++
-
Updated
Apr 26, 2021 - LLVM
-
Updated
Mar 12, 2021 - C
-
Updated
Apr 26, 2021 - C++
-
Updated
Apr 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
Apr 15, 2021 - C++
-
Updated
Apr 22, 2021 - C++
-
Updated
Apr 24, 2021 - C++
-
Updated
Apr 25, 2021 - C
-
Updated
Apr 25, 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...