Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Working on Base-85 Encoder/Decoder Functions
#14
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!  Wink
Reply


Messages In This Thread
RE: Working on Base-85 Encoder/Decoder Functions - by SMcNeill - 09-24-2023, 01:28 AM



Users browsing this thread: 1 Guest(s)