Skip to content

First release

Compare
Choose a tag to compare
@SteffenGoerzig SteffenGoerzig released this 07 May 08:38
· 5 commits to main since this release
418c733

Implementation of an optimized greedy approximation algorithm for the shortest common superstring problem (SCS). Additionally data alignment and data structure padding are supported. Data alignment restricts the start address of a data array. Typically the address is some multiple of the computer's word size to improve the system's performance. Data structure padding in handled on the finest granularity possible, on bit level.