Reduced branching in encoding methods #21
Annotations
4 warnings
|
build:
FastFibCode.Benchmark/EncodeBenchmarks.cs#L11
Non-nullable field 'data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
FastFibCode.Benchmark/DecodeBenchmarks.cs#L11
Non-nullable field 'codes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
FastFibCode.Benchmark/EncodeBenchmarks.cs#L11
Non-nullable field 'data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
FastFibCode.Benchmark/DecodeBenchmarks.cs#L11
Non-nullable field 'codes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|