Compression of random binary data

cuddlycaveman at gmail.com cuddlycaveman at gmail.com
Wed Apr 11 02:36:27 EDT 2018


387420479
00110011 00111000 00110111 00110100 00110010 00110000 00110100 00110111 00111001
72 bits

Equal to 
(9^9)-10
00101000 00111001 01011110 00111001 00101001 00101101 00110001 00110000
64 bits 

387420499
00110011 00111000 00110111 00110100 00110010 00110000 00110100 00111001 00111001
72 bits

Equal to 
(9^9)+10
00101000 00111001 01011110 00111001 00101001 00101011 00110001 00110000
64 bits

Or 
387,420,489 387,420,499
00110011 00111000 00110111 00101100 00110100 00110010 00110000 00101100 00110100 00111000 00111001 00100000 00110011 00111000 00110111 00101100 00110100 00110010 00110000 00101100 00110100 00111001 00111001
184 bits

Equal to
((9^9)-10) ((9^9)+10)
00101000 00101000 00111001 01011110 00111001 00101001 00101101 00110001 00110000 00101001 00100000 00101000 00101000 00111001 01011110 00111001 00101001 00101011 00110001 00110000 00101001
168 bits

Or
387420479
387420499
00110011 00111000 00110111 00110100 00110010 00110000 00110100 00110111 00111001 0001010 00110011 00111000 00110111 00110100 00110010 00110000 00110100 00111001 00111001
152 bits

Equal to
(9^9)-10
(9^9)+10
00101000 00111001 01011110 00111001 00101001 00101101 00110001 00110000 0001010 00101000 00111001 01011110 00111001 00101001 00101011 00110001 00110000
136 bits

Don’t know if that helps





More information about the Python-list mailing list