Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Unsafety means different things. In C#, SIMD is possible via `ref`s, which maintains GC safety (no GC holes), but removes bounds safety (array length check). The API is called appropriately Vector.LoadUnsafe


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

Search: