MOZI-AI / annotation-scheme

Human Gene annotation service backend
GNU General Public License v3.0
3 stars 4 forks source link

Cache find-coding-gene #154

Closed linas closed 4 years ago

linas commented 4 years ago

This provides a 10x perf improvement in find-coding-gene performance, dropping run-time from 42 seconds to 4 seconds, as documented in https://github.com/MOZI-AI/annotation-scheme/issues/141#issuecomment-595946633 This is mostly due to a cache-miss ratio of 8517/177359 = 4.8% i.e. the other 95% of the time, its a cache hit, and so the previous query results are reused.