Skip to content

Reduced branching in encoding methods #21

Reduced branching in encoding methods

Reduced branching in encoding methods #21

Triggered via push August 15, 2025 20:22
Status Success
Total duration 55s
Artifacts

buildAndTest.yml

on: push
Fit to window
Zoom out
Zoom in

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.