MOZI-AI / annotation-scheme

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

Improve caching performance in `generate-result` #133

Closed linas closed 4 years ago

linas commented 4 years ago

Improve overall performance, as described in issue #106. Per earlier measurements, generate-result should run 6x or 7x faster after this patch, and find-output-interactors should run more than 2x faster.


This change is Reviewable

linas commented 4 years ago

Please test and verify correctness! I coded this up by eye, without any testing, and may have made mistakes!

Habush commented 4 years ago

All tests pass. Merging