Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
DeathArrow
on March 27, 2020
|
parent
|
context
|
favorite
| on:
It's not what programming languages do, it's what ...
To allocate things on stack you have to either use only value types or use unsafe code. Which is fine for small performance critical sections but will introduce bugs and hinder productivity much if used for large code bases.
pjmlp
on March 27, 2020
[–]
You no longer need unsafe to stack allocate if using one of the Span types.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: