simd
Here are 458 public repositories matching this topic...
-
Updated
Dec 16, 2020 - C++
-
Updated
Dec 12, 2020 - C++
-
Updated
Nov 27, 2020 - C++
-
Updated
Dec 14, 2020 - LLVM
-
Updated
Apr 14, 2020 - C
-
Updated
Dec 14, 2020 - C++
-
Updated
Dec 10, 2020 - C++
-
Updated
Dec 9, 2020 - C++
-
Updated
Oct 20, 2020 - C++
AVX-512BW functions
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#avx512techs=AVX512BW
- _cvtmask32_u32
- _cvtmask64_u64
- _cvtu32_mask32
- _cvtu64_mask64
- _kadd_mask32
- _kadd_mask64
- _kand_mask32
- _kand_mask64
- _kandn_mask32
- _kandn_mask64
- _knot_mask32
- _knot_mask64
- _kor_mask32
- _kor_mask64
- _kort
-
Updated
Dec 7, 2020 - C++
-
Updated
Dec 12, 2020 - C
-
Updated
Dec 5, 2020 - Rust
-
Updated
Dec 16, 2020 - C
-
Updated
May 5, 2020 - C#
-
Updated
Sep 21, 2017 - Rust
-
Updated
Sep 20, 2020 - C++
-
Updated
Sep 25, 2020 - 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 16, 2019 - JavaScript
-
Updated
Nov 30, 2020 - 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."
Is your feature request related to a problem? Please describe.
There is no way to pretty print a
simdjson::dom::elementto a string (or at least I did not find one). There is only a way to minify it to a string (or a stream).Describe the solution you'd like
A function like
to_pretty_string()or a configurable stream manipulatorprettyor a stand-alone classPrettyPrinter. Wha