-
Updated
Jun 18, 2022
cpp-library
Here are 986 public repositories matching this topic...
-
Updated
Jul 1, 2022 - C++
-
Updated
May 4, 2022 - C++
-
Updated
Jun 21, 2022 - C++
-
Updated
Dec 8, 2021 - C++
-
Updated
Jun 28, 2022 - C++
-
Updated
Jun 6, 2022
-
Updated
Jul 7, 2022 - C++
-
Updated
Jun 6, 2022 - C++
-
Updated
May 31, 2022 - C++
-
Updated
Jun 28, 2022 - C++
-
Updated
Jun 29, 2022 - C++
-
Updated
Jul 2, 2022 - C++
-
Updated
May 19, 2022 - C++
-
Updated
Jun 29, 2022 - C
-
Updated
Jun 6, 2022 - C++
-
Updated
Jun 11, 2022 - C++
-
Updated
Jun 6, 2022 - C++
-
Updated
Feb 18, 2022 - C++
-
Updated
Jan 11, 2022 - C++
-
Updated
May 31, 2022 - C++
-
Updated
May 23, 2022 - C++
-
Updated
Jul 7, 2022 - C++
-
Updated
Jan 13, 2022 - C++
-
Updated
Apr 17, 2022 - C++
Good first issue?
There is this trick for writing is_space
with x86 when architecture supports > ssse3
auto is_space(uchars_16 v) -> eve::logical<uchars_16>
{
uchars_16 lookup_table {[](int i, int) {
// Fill in the register based on element index
if (i == ('\t' & 0xf)) return '\t';
if (i == ('\n' & 0xf)) return '\n';
if (i == ('\r' & 0xf)) return '\r';
r
-
Updated
May 24, 2022 - C++
Improve this page
Add a description, image, and links to the cpp-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cpp-library topic, visit your repo's landing page and select "manage topics."
Package and Environment Details (include every applicable attribute)