Skip to content

Instantly share code, notes, and snippets.

@t9md
Created May 9, 2017 23:15
Show Gist options
  • Save t9md/2ae291398c3957b715e633633f5dd1b5 to your computer and use it in GitHub Desktop.
Save t9md/2ae291398c3957b715e633633f5dd1b5 to your computer and use it in GitHub Desktop.
Here is output when I checked command-palette item collection and rendering time by inserting console.time in command-palette code.
### numOfCommands: 418(vmp-disabled)
collect: 14.514ms
render: 48.706ms
collect: 12.533ms
render: 41.355ms
### numOfCommands: 825(vmp-enabled)
collect: 24.500ms
render: 102.167ms
collect: 23.229ms
render: 99.860ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment