1
0
Fork 0
mirror of https://github.com/luau-lang/rfcs.git synced 2025-04-11 14:00:58 +01:00
Commit graph

3 commits

Author SHA1 Message Date
Alexander McCord
364425c518
Update codeblocks' language to use luau. () 2024-06-10 08:15:36 -07:00
vegorov-rbx
4d5453ce33
Status update on bit32.byteswap and buffer () 2023-12-15 13:50:54 -08:00
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