pure_simd VS ctpg

Compare pure_simd vs ctpg and see what are their differences.

pure_simd

A simple, extensible, portable, efficient and header-only SIMD library! (by eatingtomatoes)

ctpg

Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyzer, all in compile time. (by peter-winter)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
pure_simd ctpg
2 8
227 448
- -
1.8 3.4
over 2 years ago 1 day ago
C++ C++
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pure_simd

Posts with mentions or reviews of pure_simd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-04.

ctpg

Posts with mentions or reviews of ctpg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-05.

What are some alternatives?

When comparing pure_simd and ctpg you can also consider the following projects:

libsimdpp - Portable header-only C++ low level SIMD library

cpp-peglib - A single file C++ header-only PEG (Parsing Expression Grammars) library

compile-time-regular-expressions - Compile Time Regular Expression in C++

Slint - Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript. [Moved to: https://github.com/slint-ui/slint]

xorstr - heavily vectorized c++17 compile time string encryption.

nuklear - A single-header ANSI C immediate mode cross-platform GUI library

highway - Performance-portable, length-agnostic SIMD with runtime dispatch

Elements C++ GUI library - Elements C++ GUI library

lazy_importer - library for importing functions from dlls in a hidden, reverse engineer unfriendly way

webview - Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

UNITS - a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.

imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies