Viewing profile — jafffsuds
jafffsuds
HN member- Joined
- Sun, May 24, 2026, 3:51 AM UTC
- HN karma
- 5
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About jafffsuds
No profile information was provided.
Recent public activity
-
comment
Comment #48267308
> There’s no built-in goroutine-style preemption. Long CPU-bound work in an async task starves the executor; you offload to tokio::task::spawn_blocking or rayon instead. I don't kn…
-
comment
Comment #48254377
He's been busy with the typescript-go project
-
comment
Comment #48254295
What you are describing is something different called a disjoint union which will maintain the identities of the left and right values when there is overlap. The C# unions appear t…