amh-code VS std-simd

Compare amh-code vs std-simd and see what are their differences.

amh-code

Complete implementations from "Algorithms for Modern Hardware" (by sslotin)

std-simd

std::experimental::simd for GCC [ISO/IEC TS 19570:2018] (by VcDevel)
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
amh-code std-simd
8 9
551 544
- 0.0%
10.0 1.1
over 1 year ago about 1 year ago
Jupyter Notebook C++
- GNU General Public License v3.0 or later
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.

amh-code

Posts with mentions or reviews of amh-code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-13.
  • Ask HN: Recommendations for high quality, free CS books online
    1 project | news.ycombinator.com | 26 Mar 2024
    I recently stumbled on https://en.algorithmica.org/hpc/ which I absolutely loved. It's really well written, comprehensible and concise. It felt like a pleasure to read which I find really rare with CS textbooks and I feel like I've come out of it understanding how computers work a bit better

    Does anyone have any similar CS books they'd recommend? Ideally they'd be:

  • Algorithms for Modern Hardware
    2 projects | news.ycombinator.com | 13 Mar 2024
  • Ask HN: How can I learn about performance optimization?
    6 projects | news.ycombinator.com | 2 Mar 2024
    I admire Daniel Lemire’s work on SIMD implementations. [Lemire]

    [Lemire] https://lemire.me/en/#publications

    I learn a lot by reading my compiler’s and profiler’s documentation.

    For Rust, the Rust Performance Book by Nicholas Nethercote et al. [Nethercote] seems like a nice place to start after reading the Cargo and rustc books.

    [Nethercote] https://nnethercote.github.io/perf-book/

    Algorithms for Modern Hardware by Sergey Slotin [Slotin] is a dense and approachable overview.

    [Slotin] https://en.algorithmica.org/hpc/

    Quantitative understanding of the underlying implementations and computer architecture has been invaluable for me. Computer architecture: a quantitative approach by John L. Hennessy and David A. Patterson [H&P] and Computer organization and design: the hardware/software interface by Patterson and Hennessy [P&H ARM, P&H RISC] are two introductory books I like the best. There are three editions of the second book: the ARM, MIPS and RISC-V editions.

    [H&P] https://www.google.com/books/edition/_/cM8mDwAAQBAJ

  • Algorithms for Modern Hardware – Algorithmica
    1 project | news.ycombinator.com | 14 Feb 2024
  • Ask HN: Programming Courses for Experienced Coders?
    10 projects | news.ycombinator.com | 29 Dec 2023
    Hello, recently I've enjoyed Casey Muratori's Performance-Aware Programming course[0]. You could read Algorithms for Modern Hardware[1] to learn similar set of stuff though. Casey's course is aimed at bringing beginners all the way to a nearly-industry-leading understanding of performance issues while the book assumes a bit more knowledge, but I think a lot of people have trouble getting into this stuff using a book if they don't have related experience.

    I've also found Hacker's Delight Second Edition[2] to be a useful reference, and I really wish that I would get around to reading What Every Programmer Should Know About Memory[3] in full, because I end up reading a bunch of other things[4] to learn stuff that's surely in there.

    [0]: https://www.computerenhance.com/p/welcome-to-the-performance...

    [1]: https://en.algorithmica.org/hpc/

    [2]: https://github.com/lancetw/ebook-1/blob/80eccb7f59bf102586ba...

    [3]: https://people.freebsd.org/~lstewart/articles/cpumemory.pdf

    [4]: https://danluu.com/3c-conflict/

  • SIMD Everywhere Optimization from ARM Neon to RISC-V Vector Extensions
    6 projects | news.ycombinator.com | 29 Sep 2023
    https://en.algorithmica.org/hpc/ and http://0x80.pl/ have some stuff about this, but the latter can be dense. I've had fun getting my hands dirty with some problems at https://highload.fun/ but there's not much direction unless you go to the telegram chat and ask people questions.
  • Fastest Branchless Binary Search
    14 projects | news.ycombinator.com | 11 Aug 2023
    Other fast binary searches https://github.com/sslotin/amh-code/tree/main/binsearch

std-simd

Posts with mentions or reviews of std-simd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-29.
  • A proposal for the next version of C [pdf]
    1 project | news.ycombinator.com | 20 Jan 2024
    neither proposing nor taking a position on this possible addition)

    > ... For completeness we would also like to add that a serious issue is that C still lacks vector operations.

    Those are good points. The authors don't take a stance on it, but I do think that syntax for packed structs should be standardized. IMO, so should syntax for inline assembly (both as optional features). These are already common extensions; this is exactly what they should standardize. The additions of "typeof" and #embed are also good examples of this (they had been talking about adding #embed since 1995 [1]).

    As for vector instructions, I'm unsure how it could be implemented in a standard way, but I'm not against it. Maybe something like this [2], but with the syntax changed for C instead of C++.

    [1]: https://groups.google.com/g/comp.std.c/c/zWFEXDvyTwM

    [2]: https://github.com/VcDevel/std-simd

  • SIMD Everywhere Optimization from ARM Neon to RISC-V Vector Extensions
    6 projects | news.ycombinator.com | 29 Sep 2023
    Interesting, thanks for sharing :)

    At the time we open-sourced Highway, the standardization process had already started and there were some discussions.

    I'm curious why stdlib is the only path you see to default? Compare the activity level of https://github.com/VcDevel/std-simd vs https://github.com/google/highway. As to open-source usage, after years of std::experimental, I see <200 search hits [1], vs >400 for Highway [2], even after excluding several library users.

    But that aside, I'm not convinced standardization is the best path for a SIMD library. We and external users extend Highway on a weekly basis as new use cases arise. What if we deferred those changes to 3-monthly meetings, or had to wait for one meeting per WD, CD, (FCD), DIS, (FDIS) stage before it's standardized? Standardization seems more useful for rarely-changing things.

    1: https://sourcegraph.com/search?q=context:global+std::experim...

    2: https://sourcegraph.com/search?q=context:global+HWY_NAMESPAC...

  • SIMD intrinsics and the possibility of a standard library solution
    16 projects | /r/cpp | 8 Jan 2023
    std-simd - 451 GH stars
  • Optimizing compilers reload vector constants needlessly
    7 projects | news.ycombinator.com | 6 Dec 2022
    Bad news. For SIMD there are not cross-platform intrinsics. Intel intrinsics map directly to SSE/AVX instructions and ARM intrinsics map directly to NEON instructions.

    For cross-platform, your best bet is probably https://github.com/VcDevel/std-simd

    There's https://eigen.tuxfamily.org/index.php?title=Main_Page But, it's tremendously complicated for anything other than large-scale linear algebra.

    And, there's https://github.com/microsoft/DirectXMath But, it has obvious biases :P

  • SPO 600 project part 3 - Analysis
    2 projects | dev.to | 21 Apr 2022
    But after I worked with auto-vectorization(I wrote about that in part 2), I decided to switch and try myself by adding intrinsics if I was able. You can track my progress here:https://github.com/VcDevel/std-simd/pull/35
  • SPO600 project part 2
    2 projects | dev.to | 13 Apr 2022
    STD-SIMD it's almost the same project I was working, but a bit advance https://github.com/VcDevel/std-simd.
  • The Efficiency of Multithreaded Loops
    2 projects | /r/programming | 4 Nov 2021
    If you are worried about Intel vs Arm vs whatever, use https://github.com/VcDevel/std-simd
  • Thriving in a Crowded and Changing World: C++ 2006–2020 [pdf]
    5 projects | news.ycombinator.com | 16 Jul 2021
    or https://github.com/KhronosGroup/Vulkan-Hpp which help quite a bit. Or https://github.com/VcDevel/std-simd.

    If you want GUIs, same, you have at least (but not only) Qt or WxWidgets.

    Want to interface scripting? Pybind11, Boost.Python, WrenBind17 for Wren, Sol2 for Lua... and all things that interface to C work also if you feel brave...

    I really think that when it is about getting the job done... C++ goes a long way towards the task.

    This is my 20 year experience of C++, almost 13 of those years professionally. Now, back to read the paper. :)

  • All C++20 core language features with examples
    10 projects | news.ycombinator.com | 7 Apr 2021
    ... I just checked your link and wouldn't say that any of these languages have SIMD more than C++ has it currently -

    - Java: incubation stage (how is that different from https://github.com/VcDevel/std-simd). Also Java is only getting it soonish for... amd64 and aarch64 ??

What are some alternatives?

When comparing amh-code and std-simd you can also consider the following projects:

sb_lower_bound - Fastest Branchless Binary Search

VulkanExamples - Examples and demos for the Vulkan C++ API

branchless-binary-search - Binary search implementation that avoids branch instructions

nsimd - Agenium Scale vectorization library for CPUs and GPUs

Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

ozz-animation - Open source c++ skeletal animation library and toolset

tigerbeetle - The distributed financial transactions database designed for mission critical safety and performance.

C++ REST SDK - The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.

ThinkingInSimd - An essay comparing performance implications of ignoring AVX acceleration

conan-center-index - Recipes for the ConanCenter repository

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

Vc - SIMD Vector Classes for C++