Skip to content

Commit

Permalink
Fix Array#update(int, T) complexity (#2648)
Browse files Browse the repository at this point in the history
io.vavr.collection.Array#update(int, T) [contains](https://github.com/vavr-io/vavr/blob/2fe989583fee00842e3fc4a5f806b7f2d99a6eba/src/main/java/io/vavr/collection/Array.java#L1507) java.util.Arrays#copyOf(T[], int) call. So it can't be of constant complexity.
  • Loading branch information
anton0xf authored and pivovarit committed Aug 20, 2024
1 parent cc091d9 commit 6fec918
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 6fec918

Please sign in to comment.