09-24-2023, 01:28 AM
Fastest would probably just be hex. Use _HEX$ and "&H" to convert back and forth.
Since decoding is something I tend to do only once to unpack resources at startup, speed isn't usually my primary concern. The fewer lines I have to scroll past and the less lag in the IDE from excessively long programs, the happier I am!
Since decoding is something I tend to do only once to unpack resources at startup, speed isn't usually my primary concern. The fewer lines I have to scroll past and the less lag in the IDE from excessively long programs, the happier I am!