shunsuke-saito-mummy / FastLinq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastLinq

FastLinq

日本語版

FastLinq is a small library that improves the performance of some methods of System.Linq. What you need to do is just download this library into your project and use Linq methods as usually you used.

Table of Contents

Requirements

  • Fully supported in Unity 2020.3 and later

Installation

Add git URL from UPM.

https://github.com/shunsuke-saito-mummy/FastLinq.git?path=/Packages/com.mummy.fastlinq

or add to manifest.json

"com.mummy.fastlinq": "https://github.com/shunsuke-saito-mummy/FastLinq.git?path=/Packages/com.mummy.fastlinq"

Limitations

  • This project is currently experimental and breaking changes may be made.

About

License:MIT License


Languages

Language:C# 100.0%