SpiNNakerManchester / PACMAN

Partition and Configuration Manager for SpiNNaker
Apache License 2.0
9 stars 7 forks source link

Range compress #419

Closed Christian-B closed 2 years ago

Christian-B commented 2 years ago

Adds a Ranged based (pre) compressor

Note expected to get any better compression results than the pair compressor

However significantly faster and as the results are not order dependent can be combined with any other compressor.

If there are holes in the masks that cause entries to overlap the uncompressed table is returned.

Note the unitests included compare_tables which is the slowest part of the test.