rohanpm / qingfanyi

Interactive Chinese to English dictionary lookup tool for Linux desktops
GNU General Public License v3.0
0 stars 1 forks source link

Preload dict/index #18

Open rohanpm opened 8 years ago

rohanpm commented 8 years ago

As well as mmap'ing the dict/index, it may be a good idea to forcibly page it in when the process first loads. That would improve responsiveness of the first translation.

The size is about 10MB which seems reasonable.