Skip to content

Introduce gold sequence cache

Thomas Laurent requested to merge simplify-faster-gold-sequences into develop

gold sequences are precomputed because the generation function is slow. but we store numerous unused sequences and we reset the same sequence buffer very often (in UE at least), that kills the principle of storing pre-computed sequence

this MR make a generic gold sequences cache, for all signals, in a much simpler, faster, smaller code

Edited by Robert Schmidt

Merge request reports