Skip to content

Update benchmarks, add a hashhelper to determine a proper size for di… #40

Update benchmarks, add a hashhelper to determine a proper size for di…

Update benchmarks, add a hashhelper to determine a proper size for di… #40

Triggered via push August 7, 2024 06:20
Status Success
Total duration 1m 21s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/RobinHoodMap.cs#L254
Possible null reference assignment.
build: src/RobinHoodMap.cs#L286
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
build: src/Concurrent/CMap.cs#L775
Field 'CMap<TKey, TValue>.Table.Threshold' is never assigned to, and will always have its default value 0
build: unittests/Faster.Map.QuadMap.Tests/QuadMapContainsTests.cs#L59
Cannot convert null literal to non-nullable reference type.
build: unittests/Faster.Map.QuadMap.Tests/QuadMapGetOrUpdateByRefTests.cs#L68
Converting null literal or possible null value to non-nullable type.
build: unittests/Faster.Map.QuadMap.Tests/QuadMapGetOrUpdateByRefTests.cs#L70
Possible null reference argument for parameter 'value' in 'bool QuadMap<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).
build: unittests/Faster.Map.CMap.Tests/UpdateTests.cs#L155
Unboxing a possibly null value.
build: unittests/Faster.Map.CMap.Tests/EmplaceTests.cs#L45
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: unittests/Faster.Map.CMap.Tests/EmplaceTests.cs#L116
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)