TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

SIMD Vectorization in Julia

126 pointsby mlubinover 10 years ago

5 comments

mluover 10 years ago
This looks great! I used Julia in my Master's thesis and it was very fast and easy to use. One thing however was annoying: The lack of shared memory parallel computing. Unfortunately, in Julia, each parallel process has its own memory such that you have to keep multiple instances of your data and/or move data around all the time. This can be a deal breaker if working with very large data sets and actually is preventing me from using Julia even more. But I'm sure, it's on the right track.
评论 #8324332 未加载
评论 #8324336 未加载
评论 #8323728 未加载
pjmlpover 10 years ago
Julia is really shaping up quite nicely.
etrainover 10 years ago
Looks like a very nice feature - but would be great if they provided some actual benchmarks showing when vectorization is faster than not. For example, if you're bound by memory bandwidth, no amount of extra compute is going to help you.
hitlin37over 10 years ago
as always, intel comes up with nice tutorial from time to time.
评论 #8324425 未加载
评论 #8324075 未加载
z3t4over 10 years ago
This needs to be ported to JavaScript, or at least update the Math library to include Vectors.