Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Working on Base-85 Encoder/Decoder Functions
#13
Did some bench marking using the Base64, Base85, Base128 encoders using a 50,371 byte file for testing.  Seeing which would be the best to use for resource packing in BAS code.  All 3 have their advantages.  Here are the results...

The Base128 is best on making smallest output size, slower decoding.
The Base64 encodes fast, but makes largest output size.
The Base85 decodes fast, output size in between others.

- Dav

Find my programs here in Dav's QB64 Corner
Reply


Messages In This Thread
RE: Working on Base-85 Encoder/Decoder Functions - by Dav - 09-23-2023, 10:50 PM



Users browsing this thread: 3 Guest(s)