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

Possibly Related Threads…
Thread Author Replies Views Last Post
  new approach to base conversion system and math library Dragoncat 2 593 07-16-2025, 10:19 PM
Last Post: Dragoncat
  universal base conversion program possibly for a base conversion library later on Dragoncat 22 3,101 04-24-2025, 02:08 AM
Last Post: Dragoncat
  read 2 or more USB mice on one PC - fully working with keyboard input madscijr 2 1,115 06-16-2024, 01:48 AM
Last Post: madscijr
  Working on ways to map images onto balls Dav 1 758 10-05-2023, 12:12 AM
Last Post: PhilOfPerth
  Working on the Doodle Drawing Recorder/Player. Testers wanted Dav 16 3,765 09-12-2023, 02:58 AM
Last Post: Dav

Forum Jump:


Users browsing this thread: 1 Guest(s)