metalang99
metalang99 copied to clipboard
Unroll recursion in list.h
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).