Hacker Newsnew | past | comments | ask | show | jobs | submit | drawaes's commentslogin

You can stackalloc in .net. the very library I am writing in the article uses it for things like 32byte temp hashes etc. Var a = stackalloc byte[32]; for instance


It's been a massive jump forward in my high performance low allocation .net code


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: