Skip to content

Minor improvements to DenseMap #83

Minor improvements to DenseMap

Minor improvements to DenseMap #83

Triggered via push January 5, 2025 08:46
Status Success
Total duration 1m 5s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/RobinHoodMap.cs#L313
Possible null reference assignment.
build: src/RobinHoodMap.cs#L338
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
build: benchmarks/Faster.Map.Hash.Benchmark/Benchmark.cs#L14
Non-nullable field 'source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: benchmarks/Faster.Map.Benchmark/RemoveBenchmark.cs#L23
Field 'RemoveBenchmark._denseMapFastHash' is never assigned to, and will always have its default value null
build: benchmarks/Faster.Map.Benchmark/RemoveBenchmark.cs#L21
Field 'RemoveBenchmark._denseMapxxHash' is never assigned to, and will always have its default value null
build: benchmarks/Faster.Map.Benchmark/RemoveBenchmark.cs#L22
Field 'RemoveBenchmark._denseMapGxHash' is never assigned to, and will always have its default value null
build: unittests/Faster.Map.RobinhoodMap.Tests/RobinhoodContainsTests.cs#L65
Cannot convert null literal to non-nullable reference type.
build: unittests/Faster.Map.RobinhoodMap.Tests/RobinhoodGetOrUpdateByRefTests.cs#L72
Converting null literal or possible null value to non-nullable type.
build: unittests/Faster.Map.RobinhoodMap.Tests/RobinhoodGetOrUpdateByRefTests.cs#L74
Possible null reference argument for parameter 'value' in 'bool RobinhoodMap<uint, string>.Emplace(uint key, string value)'.
build: unittests/Faster.Map.DenseMap.Tests/UpdateTests.cs#L56
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.