quic
quic copied to clipboard
32bit support
I was browsing through the packages and found this note on network-control
package:
Common parts to control network protocols. This library assumes that Int is 64bit.
Does that mean that quic
library is unusable on 32bit systems? 😟
If I remember correctly, quic
itself assumes that Int
is 64-bit regardless network-control
.
This is just because I'm sick of inserting fromIntegral
everywhere.
If there is strong demand for 32-bit, I can fix it.
Could you explain in what use cases 32-bit is used?
Lots of mass-produced lower end mobile devices are still coming out on 32bit platforms )=