ThinkingInSimd

An essay comparing performance implications of ignoring AVX acceleration (by matthewkolbe)

ThinkingInSimd Alternatives

Similar projects and alternatives to ThinkingInSimd

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ThinkingInSimd alternative or higher similarity.

ThinkingInSimd reviews and mentions

Posts with mentions or reviews of ThinkingInSimd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-11.
  • Fastest Branchless Binary Search
    14 projects | news.ycombinator.com | 11 Aug 2023
    > In this case std::lower_bound is very slightly but consistently faster than sb_lower_bound. To always get the best performance it is possible for libraries to use sb_lower_bound whenever directly working on primitive types and std::lower_bound otherwise.

    I will say that if this is the case, there are probably much better versions of binary search out there for primitive types. I made one just screwing around with SIMD that's 3x faster than std::lower_bound until becoming memory bound:

    https://github.com/matthewkolbe/ThinkingInSimd/tree/main/alg...

Stats

Basic ThinkingInSimd repo stats
1
3
2.3
12 months ago

matthewkolbe/ThinkingInSimd is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of ThinkingInSimd is C++.


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