improving search response time

This commit is contained in:
Vinicius Moreira
2019-08-07 13:29:59 -03:00
parent 59f573d049
commit de819d543f
2 changed files with 16 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.5.1]
### Improvements:
- suggestions are now retrieved asynchronously. Response time takes 45% less.
- search response time takes an average of 20% less ( reaching 35% for several results )
### Fixes:
- [flatpak dependency](https://github.com/vinifmor/fpakman/issues/36)