Removal of FastCollections #2298
Replies: 3 comments 12 replies
|
|
I think there was only one real reason for them which was implementing |
|
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. |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions