top | item 45828567

(no title)

buybackoff | 3 months ago

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

discuss

order

No comments yet.