Linq Libary #42
SabineChrista
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hello! Yes, I've looked into it. LINQ is clean, but not ideal for performance-critical code—especially in tight loops. Haven’t replaced it yet, but it’s on the radar. ZLinq can definitely help reduce GC and improve frame times. If you’ve found specific cases worth optimizing, feel free to open a PR happy to review and integrate improvements. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm looking into perfomance optimization right now. With the Unity Analysis Tool - Project Auditor I found that some Linq methods are not very performant. So I'm thinking of alternatives (like ZLinq). Since you also use Linq sometimes I was wondering, if you have thought about that?
Beta Was this translation helpful? Give feedback.
All reactions