Skip to content

Improve goto definition lookup speed on first call #508

@PMassicotte

Description

@PMassicotte

The gd is expected to be a bit slow on the first call. I will try to improve that.

Part of the information that you need may already be cached. The list of all functions from all libraries is always loaded in rnvimserver memory. The list of all objects in the .GlobalEnv is also in rnvimserver memory.

Originally posted by @jalvesaq in #505

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions