During today's review of the code we noticed that we read codes using a MSB to LSB order which implies the need to use big-endian words. Since most modern computers are little-endian we might want to add backends to support LSB to MSB order, thus little-endian order, which might result in better performance.
We will discuss this further in the future as it might lead only to marginal improvements and needs to be accurately benchmarked.
During today's review of the code we noticed that we read codes using a MSB to LSB order which implies the need to use big-endian words. Since most modern computers are little-endian we might want to add backends to support LSB to MSB order, thus little-endian order, which might result in better performance.
We will discuss this further in the future as it might lead only to marginal improvements and needs to be accurately benchmarked.