Skip to content

Releases: mercedes-benz/roadC

Bugfix Update

08 Jun 14:34
b8e1779
Compare
Choose a tag to compare
Fixed major bug (array out of bound access)

First release

07 May 08:38
418c733
Compare
Choose a tag to compare

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.