Feature #666
Optimize binary array elements
Start date:
29 Dec 2009
Due date:
% Done:
100%
Estimated time:
Description
Some binary arrays are large and only a few elements in the array are known.
In such cases, creating a tag for every unknown element can be a huge overhead, which should be avoided.
Introduce a flag in the binary array configuration structure to concatenate contiguous unknown elements.
Related issues
History
Updated by Andreas Huggel almost 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
#666: Added configuration setting to concatenate gaps between known tags in binary arrays. Needs testing and a test-case.