Chenger1 / stellaris-trpack

Скрипты на Python для работы с файлами локализации Стеллариса
MIT License
2 stars 0 forks source link

Think about improving searching algorythm, coz it's looks very expensive for now #75

Closed Letiso closed 4 years ago

Letiso commented 4 years ago

It's about the ModList search function

Letiso commented 4 years ago

For example, we can use copy(modList) only when len(new_search_text) < len(old_rearch_text), for another case we can continue cutting from existing modList from previous search

Chenger1 commented 4 years ago

Done