kolmodin / binary

Efficient, pure binary serialisation using ByteStrings in Haskell.
Other
105 stars 67 forks source link

Inconsistent INLINE pragmas between word and int for builders. #199

Open AndreasPK opened 2 years ago

AndreasPK commented 2 years ago

putInt64be doesn't have an INLINE pragma but putWord64be does.

Seems like an oversight and not intentional. For consistency the int one should probably just also get a pragma.