Removal of FastCollections #2298
Replies: 3 comments 12 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I think there was only one real reason for them which was implementing |
Beta Was this translation helpful? Give feedback.
-
FastList provides its backing array for read and write operations for example, which at the time was not something the BCL provided, now we have the collection marshal namespace providing unsafe access to it. |
Beta Was this translation helpful? Give feedback.
-
currently we have fast list , fast dictionary , fast list struct which is overcomplicating stuff as it can be replaced with normal collections anyway
also they are a source of potential bugs
Beta Was this translation helpful? Give feedback.
All reactions