Skip to content

Use sequence collection to be System.Array#138

Merged
dfetti merged 1 commit intoNordSecurity:mainfrom
ciplogic:feature/Use-Sequence-As-Array
Aug 22, 2025
Merged

Use sequence collection to be System.Array#138
dfetti merged 1 commit intoNordSecurity:mainfrom
ciplogic:feature/Use-Sequence-As-Array

Conversation

@ciplogic
Copy link
Contributor

@ciplogic ciplogic commented Aug 8, 2025

Reduces memory consumption, and most changes are "Count" (is the List's length) vs "Length" (array's one).

All tests are passing.

Fixes #137

dfetti
dfetti previously approved these changes Aug 8, 2025
@ciplogic ciplogic force-pushed the feature/Use-Sequence-As-Array branch from 82be839 to 538e41c Compare August 8, 2025 09:01
@ciplogic ciplogic force-pushed the feature/Use-Sequence-As-Array branch from 9045012 to 44c3b68 Compare August 8, 2025 09:43
Signed-off-by: Ciprian Khlud <ciprian.khlud@nordsec.com>
@ciplogic ciplogic force-pushed the feature/Use-Sequence-As-Array branch from 1954943 to 9369f7b Compare August 21, 2025 16:35
@dfetti dfetti merged commit 2ee3317 into NordSecurity:main Aug 22, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make the collection to be thread-safe by using System.Array instead of System.Generic.List collection

2 participants

Comments