Remove the old star import cache, because it's not even used.

This commit is contained in:
Dave Halter
2017-03-18 03:30:23 +01:00
parent aaf6c61e69
commit d0b6d41e99
4 changed files with 1 additions and 38 deletions

View File

@@ -68,7 +68,6 @@ definitely worse in some cases. But a completion should also be fast.
Caching
~~~~~~~
.. autodata:: star_import_cache_validity
.. autodata:: call_signatures_validity
@@ -217,13 +216,6 @@ scale `max_executions` and `max_until_execution_unique`:
# caching validity (time)
# ----------------
star_import_cache_validity = 60.0
"""
In huge packages like numpy, checking all star imports on every completion
might be slow, therefore we do a star import caching, that lasts a certain
time span (in seconds).
"""
call_signatures_validity = 3.0
"""
Finding function calls might be slow (0.1-0.5s). This is not acceptible for