This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Daniel Berlin writes: > > a) Example bitvector of length 16. > > ...*...***.***** > compressed form: 0 3 1 3 3 1 5 > > (Read it like this: start with 3 zeros, then 1 one, > then 3 zeros, then 3 ones, then 1 zero, then 5 ones.) This is a variant of run length encoding. How many bits did you allocate for each length element? Michael.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |