getsentry / getsentry/sentry-java
Reevaluate usage of CopyOnWriteArrayList
Aperta
Android
Improvement
- Lingua principale
- Kotlin
- Stelle
- 1.4k
- Fork
- 478
- Merge medio
- 2g 22h
- PR unite (30g)
- 69
Descrizione
### Description
This issue is a followup of https://github.com/getsentry/sentry-java/issues/2815
We use `CopyOnWriteArrayList` in several places. We should be careful, as that could cause OOM Errors (in specific cases).
We should find the hot paths which use it, and evaluate if it makes sense (performance wise) to replace it with an alternative approach.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.