simd
Here are 525 public repositories matching this topic...
-
Updated
Jul 30, 2021 - C
-
Updated
Jul 27, 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?)
Scenario
create table tab(f float);
insert into tab(f) values(4273.8);
Results in: org.postgresql.util.PSQLException: ERROR: inconvertible types: DOUBLE -> FLOAT [from=4273.8, to=f]
Expectation
Possibly enhance type compatibility check (SqlCompiler.isAssignableFrom) with extra cases for numeric types:
- Float <- Double: if the double fits in the Float, then
-
Updated
Jul 13, 2021 - C++
-
Updated
Jul 29, 2021 - LLVM
-
Updated
Jul 16, 2021 - C
-
Updated
Jul 12, 2021 - C++
-
Updated
Jul 28, 2021 - C++
Relaxed SIMD support
The WebAssembly people are working on a relaxed SIMD proposal which mostly just provides alternatives for already-implemented functions, but allows for some differences between different implementations (e.g., allowing different results for out-of-range values, NaNs, etc.).
This should be pretty easy issue to resolve; we can mostly just copy the
-
Updated
Jul 30, 2021 - C++
-
Updated
Jul 8, 2021 - C++
-
Updated
May 14, 2021 - C++
-
Updated
Jun 15, 2021 - C
-
Updated
Jul 30, 2021 - C
-
Updated
Jul 25, 2021 - Rust
-
Updated
May 5, 2020 - C#
-
Updated
Sep 21, 2017 - Rust
-
Updated
Jul 29, 2021 - C#
-
Updated
Mar 20, 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
-
Updated
Jul 1, 2021 - C
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."
Though we include Boost JSON as a dependency for benchmarking purposes, we do not include it as part of our benchmarks currently.