Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pcwalton
on Sept 2, 2016
|
parent
|
context
|
favorite
| on:
Show HN: Bild – Simple image processing in Go with...
Without SIMD (or autovectorization) this will be very slow. This is really the canonical use case for SIMD acceleration, which Go doesn't support.
This is very clear code though and great for learning.
pkroll
on Sept 3, 2016
|
next
[–]
There's
https://github.com/bjwbell/gensimd
for doing SIMD in Go. That'd take away the "clear" part pretty quickly.
outworlder
on Sept 2, 2016
|
prev
[–]
Define "very slow". This could still be fast enough for a lot of users.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This is very clear code though and great for learning.