Cysharp / ObservableCollections

High performance observable collections and synchronized views, for WPF, Blazor, Unity.
MIT License
461 stars 36 forks source link

Remove unnecessary processing of ObservableList.Clear #18

Closed prozolic closed 4 months ago

prozolic commented 11 months ago

ObservableList.Clear had unnecessary processing. please confirm this is correct.

https://github.com/Cysharp/ObservableCollections/blob/0718da8621988a1cfd0bc1ef08d78ab53ecc3431/src/ObservableCollections/ObservableList.cs#L116C13-L116C37

github-actions[bot] commented 5 months ago

This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.

neuecc commented 4 months ago

thanks!