Comment by JackMorgan
8 months ago
Here is an example of it summing a huge set of numbers 100x faster than in C.
https://github.com/HigherOrderCO/bend/blob/main/GUIDE.md#par...
8 months ago
Here is an example of it summing a huge set of numbers 100x faster than in C.
https://github.com/HigherOrderCO/bend/blob/main/GUIDE.md#par...
Note that it's not 100x faster than C, but than bend running on one CPU thread.
Running the equivalent C code takes ~2.3 seconds on my machine. Same order of magnitude as bend on the beefy GPU.