Linq - VirtueSky/sunflower GitHub Wiki
High performance Linq for Unity
Improved performance when using Linq with Mobile (il2cpp).
To use it instead of using System.Linq change it to VirtueSky.Linq
It will be a little different from System.Linq that Select
is replaced with Map
, and Where
is changed to Filter