Fix Performance

This commit is contained in:
Chaoscaot
2023-04-22 21:29:18 +02:00
parent 9a0b0535c6
commit 5cff84538d
5 changed files with 79 additions and 196 deletions

View File

@ -17,6 +17,7 @@
pub mod pattern_mapper;
use serde::{Serialize, Deserialize};
use pattern_mapper::match_palette;
use schemsearch_files::SchematicVersioned;
use crate::pattern_mapper::match_palette_adapt;