Skip to content

feat(collections): add BTreeDictionary and BTreeSet — the library's first sorted map and set #481

feat(collections): add BTreeDictionary and BTreeSet — the library's first sorted map and set

feat(collections): add BTreeDictionary and BTreeSet — the library's first sorted map and set #481

Triggered via pull request July 26, 2026 03:35
Status Success
Total duration 5m 24s
Artifacts 3

ci.yml

on: pull_request
Matrix: aot-publish
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

36 warnings
aot-publish (linux-x64, net10.0)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
aot-publish (linux-x64, net8.0)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
aot-publish (linux-x64, net9.0)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test (macos-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test (macos-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1240
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'PooledCeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (macos-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1213
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'PooledCeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (macos-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1058
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'HashCachingSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (macos-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1031
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'HashCachingSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (macos-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L876
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'RobinHoodSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (macos-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L849
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'RobinHoodSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (macos-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L694
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'SwissSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (macos-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L667
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'SwissSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (macos-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L514
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'CeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (macos-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L485
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'CeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1240
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'PooledCeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1213
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'PooledCeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1058
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'HashCachingSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1031
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'HashCachingSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L876
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'RobinHoodSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L849
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'RobinHoodSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L694
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'SwissSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L667
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'SwissSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L514
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'CeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L485
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'CeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test (windows-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1240
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'PooledCeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (windows-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1213
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'PooledCeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (windows-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1058
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'HashCachingSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (windows-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1031
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'HashCachingSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (windows-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L876
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'RobinHoodSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (windows-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L849
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'RobinHoodSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (windows-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L694
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'SwissSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (windows-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L667
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'SwissSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (windows-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L514
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'CeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
build-and-test (windows-latest): src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L485
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'CeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.

Artifacts

Produced during runtime
Name Size Digest
test-results-macos-latest Expired
3.71 KB
sha256:a36ab69214487f2ccf6a859eb6b5cc6d0190696e842954cbae24a106322aa7c2
test-results-ubuntu-latest Expired
1010 KB
sha256:3d0adb7f559236c022eccfc17478cf0d294db67aa1090187ce6dd489cf30eff8
test-results-windows-latest Expired
1010 KB
sha256:952bcb06940543ec0b6f6069b955f41f166d7b7bc9dc80f9acf84e816d3873f7