Incredible Hashing Speed with Faster.Hash #80
Annotations
10 warnings
Build:
src/RobinHoodMap.cs#L305
Possible null reference assignment.
|
Build:
src/RobinHoodMap.cs#L330
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
|
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:
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:
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.CMap.Tests/LargeStruct.cs#L16
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Loading