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
Adding mini-floats (f24, f16, f8, et cetera) as native types has been discussed before:
When it comes to bigger data-structures, which require a higher dynamic range than integers can provide (raw image photography, videos, voxel data, etc.) f32 has some disadvantages. The obvious one is size: Using f32 as data type, a raw image of a 20 Mpx camera would produce 80 MB of data. The other reason is speed when it comes to real-time applications (like the computation of optical flow in computer vision) [1]
Adding mini-floats (f24, f16, f8, et cetera) as native types has been discussed before:
Useful links
f16
andf128
in RustThe text was updated successfully, but these errors were encountered: