You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Rather than have it as an Extension; so the type of checks in Frame.FastFeatureGet(Type key) becomes typeof checks of T in Frame.FastFeatureGet<T>()
At that point they also become compile time constants meaning 90% of the time the entire method will be Jitted away - as per the typeof checks in System.Numerics.Vectors