You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
waqasbhatti
added
frontend
Issue dealing with either Tornado handlers or JS
backend
Issue dealing with the search/dataset backend infra
info
Informational notes
and removed
frontend
Issue dealing with either Tornado handlers or JS
labels
Jul 26, 2018
waqasbhatti
changed the title
performance testing
performance testing and improvement thoughts
Jul 26, 2018
Should look at https://github.com/storpipfugl/pykdtree for a claimed super-fast kd-tree. May be useful when we start to index collections of ~1M objects or so.
This is mostly to investigate if uvloop is actually as awesome as claimed.
Python 3.7 on OSX 10.13, Macbook Pro 2015 with i7 4-core/8-thread at 2.2 Ghz and 16 GB
pip freeze:
Running indexserver with the default 4 background workers, with logging set to a file instead of stdout.
Before uvloop:
After uvloop:
Slight improvement I guess. Will continue to investigate.
The text was updated successfully, but these errors were encountered: