Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

style manager optimizations

Eonist edited this page Mar 23, 2017 · 4 revisions

Notes on implementing style-manager optimization:

  • BG-threaded (multi)

  • Binary search

  • Binary search trees

  • A case where StyleManager i slow is in treeLists. Further Caching may be needed. Do a query test for a deeply nested item.

  • Needs to be built with structs. Use decoration if polymorphism is needed. Read that article by chris eidof about POP vs OOP