Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into samuelvl/operator-pod…
Browse files Browse the repository at this point in the history
…-security-context
  • Loading branch information
Samu Veloso committed Apr 12, 2024
2 parents 36f6038 + 9f6b5ae commit d2b352a
Show file tree
Hide file tree
Showing 5 changed files with 431 additions and 204 deletions.
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

0 comments on commit d2b352a

Please sign in to comment.