raymarcher-benchmarks

Simple benchmark of serial Rust vs. Vulkan SPIR-V vs. ISPC (by naalit)

Raymarcher-benchmarks Alternatives

Similar projects and alternatives to raymarcher-benchmarks

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

raymarcher-benchmarks reviews and mentions

Posts with mentions or reviews of raymarcher-benchmarks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-25.
  • Next Decade in Languages: User Code on the GPU
    3 projects | /r/ProgrammingLanguages | 25 Jun 2022
    Something along similar lines but with a much lower barrier to entry that might be worth trying first is doing something similar to ISPC: essentially forcing vectorization of the whole program. This is the exact same thing that running on the GPU does, but on the CPU, so it doesn't require generating a whole new target language and inserting all the Vulcan/CUDA set up code. It's not as fast as the GPU, but it's a lot faster than regular CPU loops: in a benchmark from a couple years ago, I found that single-threaded ISPC beat single-threaded non-ISPC by a factor of about 6.5x, and multithreaded ISPC was only about 3x slower than GPU. For some reason multithreaded ISPC is only slightly more than 2x faster than normal multithreaded, but still a significant improvement.

Stats

Basic raymarcher-benchmarks repo stats
1
0
10.0
almost 4 years ago

The primary programming language of raymarcher-benchmarks is WebAssembly.


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