Latest Programs Popular Programs Excellent Programs About Primewares

Home → BitCompression Unit


BitCompression Unit
This is useful technique when you use large arrays of boolean type. Boolean type wastes whole byte of memory, although just one bit is enough for saving boolean variables (1-True, 0- False). In this unit I wrote some routines for compressing regular boolean arrays into byte arrays which are up to 8 times smaller than original. You can download just a unit and use it in your programs or whole demo which shows basic operations with compressed arrays. Don't get this wrong: this is not limited demo version of program, it's just demonstration of what this unit does. Screenshot is really not necessary here.
Comments - Category: Programming & Development - Added on 26th Jul 2008 by lt -

Admin Login | Home | Top of this page |