CSharpFastPFOR icon indicating copy to clipboard operation
CSharpFastPFOR copied to clipboard

A C# port of the JavaFastPFOR library by Daniel Lemire

Results 1 CSharpFastPFOR issues
Sort by recently updated
recently updated
newest added

Dear, when compressing a large list (500.000 items) of only negative numbers, the compression algorithm crashes with an out of bounds exception. Simple sample program: ``` static void Main(string[] args)...