Y
Hacker News
new
|
ask
|
show
|
jobs
by
PhilipRoman
486 days ago
Despite all the advances in JIT, I've literally never seen it correctly optimize a HashMap<Integer> (happy to be proven wrong). Hopefully the renewed focus on value types can finally bring some sanity.
1 comments
neonsunset
486 days ago
In C#, all struct generics are monomorphized and struct-based abstractions are zero-cost :)
link