|
| File: |
|
| Description: |
Performance optimizations -- now runs faster and uses less battery!
History loads at least 40% faster (depending on IO speeds)
Don't create uid string and name lower-casing until needed
Get uid string directly from StringPool when possible to avoid valueOf() calls
Cache lowercased names in StringPool to avoid toLowerCase() calls
Replace instances of toLowerCase() in tight loops with StringPool.getLowerCase()
Replace pool.size() with StringPool.size field
StringPool now checks pool size only on additions
Setting max log entries now takes effect immediately
Cache max log entries value in Settings instead of always retrieving from prefs
Display apps tab by default instead of log tab |
| SHA1 Checksum: |
25f6bf691a9b5e9b9e4193db28712a34eeed8b1f
What's this?
|
|
|