mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Decrease graph compilation time significantly (#1368)
* Decrease compilation time significantly * Refactor reorder_ids method to improve performance
This commit is contained in:
@@ -15,7 +15,7 @@ fn main() {
|
||||
|
||||
let network = add_network();
|
||||
let compiler = graph_craft::graphene_compiler::Compiler {};
|
||||
let proto_network = compiler.compile_single(network, true).unwrap();
|
||||
let proto_network = compiler.compile_single(network).unwrap();
|
||||
|
||||
let io = ShaderIO {
|
||||
inputs: vec![
|
||||
|
||||
Reference in New Issue
Block a user