Norman0406 / LISA-old

Old repository for the first LISA attempt. Development is continued in https://github.com/Norman0406/LISA
GNU General Public License v3.0
1 stars 0 forks source link

implement QHash lookup for qso data #55

Open semaph0r opened 11 years ago

semaph0r commented 11 years ago

Some Logbook database may be really big. To provide an excellent user experience with instant feedback, it is a good practice to store logbook information into an QHash-Map for blazing fast lookups of previously logged contacts.

Maybe later we could benchmark some of the internal search capabilities, but for now, this is easy to implement.