1
0
Fork 0
mirror of https://github.com/luau-lang/rfcs.git synced 2025-04-07 20:10:57 +01:00
Commit graph

1 commit

Author SHA1 Message Date
Micah
e95ad4d007 RFC: Add bit32.byteswap to support swapping the endianness of integers ()
This function might be of particular use if  is accepted, but as it
stands, it still brings a measurable reduction in complexity for
swapping byte order and is measurably faster (around a 50% reduction in
time per operation on my machine), albeit on the order of magnitude of
nanoseconds.
2023-10-16 08:47:23 -07:00