jtmueller / Collections.Pooled

Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
MIT License
538 stars 47 forks source link

Why not implents INotifyCollectionChanged or provide a BindingVersion #43

Open obx100 opened 2 years ago

obx100 commented 2 years ago

INotifyCollectionChanged is useful ,I wanted it~