Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use slices as backing data structure for v2_sets #540

Merged
merged 24 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions changelog/v0.38.0/sets-v2-iter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
changelog:
- type: BREAKING_CHANGE
issueLink: https://github.com/solo-io/skv2/issues/543
description: >
v2 sets have been refactored to use a slice as the backing data structure, allowing for faster GC time of entire sets,
and more efficient iteration over the set. A few methods have been removed, namely `List` and `UnsortedList`, both which have been
replaced with a more accurate name: "FilterOutAndCreateList". In addition, a `Filter` and `Iter` method have been added to v2 sets.
skipCI: "false"
Loading
Loading