alelievr / NodeGraphProcessor

Node graph editor framework focused on data processing using Unity UIElements and C# 4.6
https://github.com/alelievr/NodeGraphProcessor/projects/2
MIT License
2.21k stars 369 forks source link

节点多了很卡啊 #181

Open labyte opened 2 years ago

labyte commented 2 years ago

1.3.0 版本,节点多了就很卡,1.2.0不会,我尝试各种安装方式,都很卡

alelievr commented 2 years ago

I'm sorry but I don't understand :)

image

Can you explain your issue in detail?

Here's the diff between 1.2.0 and 1.3.0, maybe you'll find some info in there: https://github.com/alelievr/NodeGraphProcessor/compare/1.2.0...1.3.0

labyte commented 2 years ago

I'm sorry but I don't understand :)

image

Can you explain your issue in detail?

Here's the diff between 1.2.0 and 1.3.0, maybe you'll find some info in there: 1.2.0...1.3.0

NodeGraphProcessor is very slow and works bad with large graphs. open the sample LotsOfNode and know

labyte commented 2 years ago

Thank you very much for your code, which is very helpful to me

alelievr commented 2 years ago

Okay, I'll investigate the issue :) thanks for the report