Viewing profile — davenoul
davenoul
HN member- Joined
- Tue, Jul 18, 2023, 4:39 PM UTC
- HN karma
- 4
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About davenoul
No profile information was provided.
Recent public activity
-
comment
Comment #36776371
Something along what Cuda, OpenCL or ISPC do, but integrated to the language.
-
comment
Comment #36776348
I think there is. How do you describe data parallelism? coroutine are too big when all your function call are doing the same things, but on a different data (think ISPC, shaders, c…
-
comment
Comment #36775337
Don't forget that the important bit in Go is readability of the code. To me the range form is much easier to reason about than this for loop.