How do I add/subtract/multiply and divide integers using only 20 bits instead of 32 bits in C#?
Will these operations be faster than 32bit precision?
For example this .NET library is featuring 20 and 30 bit arithmetic with different speeds: http://complex-a5.ru/polyboolean/index.html
Thanks.