gui: improve memory usage (#79)

- don't use suffix tree in search
- decrease default working threads count (only 1 for background jobs)
- use string refs for store only one code string without duplicates
- use cache for creating UI nodes
- allow to disable autostart for background jobs (decompilation and index)
This commit is contained in:
Skylot
2015-08-09 12:29:33 +03:00
parent b46093b3cc
commit 43592c3e49
25 changed files with 666 additions and 205 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<level>INFO</level>
</filter>
<encoder>
<pattern>%-5level - %msg%n</pattern>
<pattern>%d{HH:mm:ss} %-5level - %msg%n</pattern>
</encoder>
</appender>