camellia-simd-aesni VS simd_utils

Compare camellia-simd-aesni vs simd_utils and see what are their differences.

camellia-simd-aesni

Camellia cipher SIMD vector implementations for x86 (with AES-NI, VAES and/or GFNI instructions), ARM (with ARMv8 Crypto Extension instructions) and POWER (with VMX+VSX+crypto instructions) (by jkivilin)

simd_utils

A header only library implementing common mathematical functions using SIMD intrinsics (by JishinMaster)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
camellia-simd-aesni simd_utils
1 1
13 81
- -
1.2 6.6
about 1 year ago 2 months ago
C C
MIT License BSD 2-clause "Simplified" 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.

camellia-simd-aesni

Posts with mentions or reviews of camellia-simd-aesni. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-28.
  • Linux 6.5 Last Minute Fixes a Performance Regression, 34% Drop in a Benchmark
    2 projects | news.ycombinator.com | 28 Aug 2023
    > camellia_aesni_avx_x86_64

    An interesting point here is that AES-NI can be used to accelerate a host of things other than AES. In this case, it's because the S-box can take advantage of the AES S-Box (SubBytes) instruction: https://github.com/jkivilin/camellia-simd-aesni; https://kernel.googlesource.com/pub/scm/linux/kernel/git/sha....

    Similar acceleration has been done with SM4, the Chinese analogue of AES. https://github.com/mjosaarinen/sm4ni

simd_utils

Posts with mentions or reviews of simd_utils. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing camellia-simd-aesni and simd_utils you can also consider the following projects:

sm4ni - Demonstration that AES-NI instructions can be used to implement the Chinese Encryption Standard SM4

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

sleef - SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT

cglm - 📽 Highly Optimized 2D / 3D Graphics Math (glm) for C

simde - Implementations of SIMD instruction sets for systems which don't natively support them.

ara - The PULP Ara is a 64-bit Vector Unit, compatible with the RISC-V Vector Extension Version 1.0, working as a coprocessor to CORE-V's CVA6 core

Unicorn Engine - Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)

intel-intrinsics - The Dlang SIMD library