simd
Here are 507 public repositories matching this topic...
-
Updated
Jun 10, 2021 - C
-
Updated
Jun 7, 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
Sometimes alias time does not work
To Reproduce
create table tst (
timestamp timestamp
)
select timestamp time from tstExpected behavior
Result column name is timestamp but should be time
Screenshots
Environment (please complete the following information):
- Version: 6.0.2
Additional context
This is the workaround sy
-
Updated
May 20, 2021 - C++
-
Updated
Jun 10, 2021 - LLVM
-
Updated
Apr 29, 2021 - C
-
Updated
May 16, 2021 - C++
-
Updated
Jun 10, 2021 - C++
Currently, there are a lot of implementations in WASM are missing; when I added support I was really just trying to get the portable implementations done, so even some obvious implementations (such as shuffle/convert-based implementations) are missing.
The WASM SIMD issue tracker has lots of great info on possible implementations; each time an instr
-
Updated
May 14, 2021 - C++
-
Updated
Jun 9, 2021 - C++
-
Updated
Jun 9, 2021 - C++
-
Updated
Jun 10, 2021 - C
-
Updated
Jun 9, 2021 - C
-
Updated
Jun 7, 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."
Currently our JSON Pointer API assumes a DOM tree, but it is obvious that we can do it with On Demand.
If the pointer points at an array or an object, you'd like to be able to do...