Y
Hacker News
new
|
ask
|
show
|
jobs
by
rroriz
755 days ago
I think the point is that Bend in a much higher level than C++. But to be fair: I also may be missing the point!
2 comments
gslepak
755 days ago
The point is that Bend parallelizes everything that can be parallelized without developers having to do that themselves.
link
5-
755 days ago
here is the same loop finishing in one second on my laptop, single-threaded, in a very high-level language, q:
q)\t sum til floor 2 xexp 30 1031
link