metalang99 icon indicating copy to clipboard operation
metalang99 copied to clipboard

Unroll recursion in list.h

Open Hirrolot opened this issue 3 years ago • 0 comments

As for now, the list operations are implemented naively. The task is to unroll them (see loop unrolling) to improve their performance (at least unroll the mostly used functions).

Hirrolot avatar Feb 04 '21 06:02 Hirrolot