sse2

Open-source projects categorized as sse2
Language: + C + C++ + Rust
Topics: Simd Neon Avx2 Avx CPP

Top 11 sse2 Open-Source Projects

  • simde

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

  • Project mention: The Case of the Missing SIMD Code | news.ycombinator.com | 2023-06-08

    I was curious about these libraries a few weeks ago and did some searching. Is there one that's got a clearly dominating set of users or contributors?

    I don't know what a good way to compare these might be, other than perhaps activity/contributor count.

    [1] https://github.com/simd-everywhere/simde

    [2] https://github.com/ermig1979/Simd

    [3] https://github.com/google/highway

    [4] https://gitlab.com/libeigen/eigen

    [5] https://github.com/shibatch/sleef

  • glam-rs

    A simple and fast linear algebra library for games and graphics

  • 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.

    InfluxDB logo
  • fast_float

    Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12 and WebKit/Safari

  • ada

    WHATWG-compliant and fast URL parser written in modern C++

  • Project mention: Parsing URLs in Python | news.ycombinator.com | 2024-03-16

    ...

    can_ada is just the python bindings, largely generated via pybind11.

    The actual project is at https://github.com/ada-url/ada

  • simdutf

    Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extension. Part of Node.js and Bun.

  • Project mention: Glibc Buffer Overflow in Iconv | news.ycombinator.com | 2024-04-21
  • eve

    Expressive Vector Engine - SIMD in C++ Goes Brrrr (by jfalcou)

  • TurboPFor

    Fastest Integer Compression

  • Project mention: Show HN: Time Series Benchmark TurboPFor,TurboFloat,TurboFloat LzX,TurboGorilla | news.ycombinator.com | 2023-06-25
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • sleef

    SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT

  • Project mention: The Case of the Missing SIMD Code | news.ycombinator.com | 2023-06-08

    I'm the main author of Highway, so I have some opinions :D Number of operations/platforms supported are important criteria.

    A hopefully unbiased commentary:

    Simde allows you to take existing nonportable intrinsics and get them to run on another platform. This is useful when you have a bunch of existing code and tight deadlines. The downside is less than optimal performance - a portable abstraction can be more efficient than forcing one platform to exactly match the semantics of another. Although a ton of effort has gone into Simde, sometimes it also resorts to autovectorization which may or may not work.

    Eigen and SLEEF are mostly math-focused projects that also have a portability layer. SLEEF is designed for C and thus has type suffixes which are rather verbose, see https://github.com/shibatch/sleef/blob/master/src/libm/sleef... But it offers a complete (more so than Highway's) libm.

  • fccf

    fccf: A command-line tool that quickly searches through C/C++ source code in a directory based on a search string and prints relevant code snippets that match the query.

  • nsimd

    Agenium Scale vectorization library for CPUs and GPUs

  • TurboRLE

    TurboRLE-Fastest Run Length Encoding

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

sse2 related posts

  • Show HN: Time Series Benchmark TurboPFor,TurboFloat,TurboFloat LzX,TurboGorilla

    1 project | news.ycombinator.com | 25 Jun 2023
  • Show HN: HN:The Gorilla in the Room:Exploring RedisTimeSeries Optimizations

    1 project | news.ycombinator.com | 20 Apr 2023
  • Float Compression 9: Lzsse and Lizard

    1 project | news.ycombinator.com | 19 Apr 2023
  • Show HN: 1D/2D/3D Lossless/Lossy Floating Point Compression with TurboPFor

    1 project | news.ycombinator.com | 7 Apr 2023
  • Does anyone have any interest in my deep-learning framework?

    4 projects | /r/Common_Lisp | 27 Mar 2023
  • `constexpr` what?

    3 projects | /r/cpp_questions | 2 Feb 2023
  • Advice on porting glibc trig functions to SIMD

    2 projects | /r/simd | 11 Jan 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 2 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source sse2 projects? This list will help you:

Project Stars
1 simde 2,171
2 glam-rs 1,396
3 fast_float 1,277
4 ada 1,210
5 simdutf 956
6 eve 848
7 TurboPFor 743
8 sleef 589
9 fccf 345
10 nsimd 315
11 TurboRLE 275

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com