CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 11:11:08 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/neovim/neovim.git
etag: W/"ca2c354484ec474146c36fd5545dd715"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=THVNgq%2FNabCnhf0Pri7vKEGBFQCr%2FKMzCvU3GnlkzV8Bm2lvSiumgT1RnX%2FB9qz9ck5aINKWDxd%2BGAy9gfmJIf0s722CwqiHo2P05aUSMMEjgjyUZV7vDD7RHfw94CpQRPyPnY193A3dslEW%2BweYjxeAo0W46gOwTUR7montArJ%2BHL4DmHA3AoyylPZ%2Fotz22loGygg5h0Ri9Ta2H84df1%2FBqXc%2FHv6HXNxoRiWaQKFaPmeim1NtlTnzK4nrLk9UfgdObJeKBMwiNuUf4k5qIg%3D%3D--vWh3i4CdxLBN%2BOnr--PUABW8Ummw%2F5rbycrof0%2Fg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1230558321.1753528267; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 11:11:07 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 11:11:07 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D172:3ABCFD:4BCC65:63766A:6884B7CB
perf(highlight): use a hashtable for highlight group names · neovim/neovim@bb4b4d7 · GitHub
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit bb4b4d7
committed
perf(highlight): use a hashtable for highlight group names
syn_name2id and syn_check_group go brr.
Note: this has impact mostly when using multiple filetypes,
as the old syn_name2id was optimized to return latest
added groups quickly (which will be the latest filetype)1 parent fca52f5 commit bb4b4d7Copy full SHA for bb4b4d7
Expand file treeCollapse file tree
4 files changed
+31
-19
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
| 169 | + | |
169 | 170 |
| |
170 | 171 |
| |
171 | 172 |
| |
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
| 197 | + | |
197 | 198 |
| |
198 | 199 |
| |
199 | 200 |
| |
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
|
+28-19Lines changed: 28 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| 94 | + | |
94 | 95 |
| |
95 | 96 |
| |
96 | 97 |
| |
| |||
384 | 385 |
| |
385 | 386 |
| |
386 | 387 |
| |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
387 | 393 |
| |
388 | 394 |
| |
389 | 395 |
| |
| |||
7113 | 7119 |
| |
7114 | 7120 |
| |
7115 | 7121 |
| |
| 7122 | + | |
7116 | 7123 |
| |
7117 | 7124 |
| |
7118 | 7125 |
| |
| |||
7474 | 7481 |
| |
7475 | 7482 |
| |
7476 | 7483 |
| |
7477 |
| - | |
7478 | 7484 |
| |
7479 | 7485 |
| |
7480 | 7486 |
| |
| |||
7484 | 7490 |
| |
7485 | 7491 |
| |
7486 | 7492 |
| |
7487 |
| - | |
7488 |
| - | |
| 7493 | + | |
7489 | 7494 |
| |
7490 | 7495 |
| |
| 7496 | + | |
7491 | 7497 |
| |
7492 | 7498 |
| |
7493 | 7499 |
| |
7494 | 7500 |
| |
7495 |
| - | |
7496 |
| - | |
| 7501 | + | |
7497 | 7502 |
| |
7498 | 7503 |
| |
7499 |
| - | |
7500 |
| - | |
7501 |
| - | |
7502 |
| - | |
7503 |
| - | |
7504 |
| - | |
7505 |
| - | |
| 7504 | + | |
| 7505 | + | |
| 7506 | + | |
| 7507 | + | |
| 7508 | + | |
7506 | 7509 |
| |
7507 | 7510 |
| |
7508 | 7511 |
| |
| |||
7592 | 7595 |
| |
7593 | 7596 |
| |
7594 | 7597 |
| |
7595 |
| - | |
| 7598 | + | |
7596 | 7599 |
| |
7597 | 7600 |
| |
7598 | 7601 |
| |
| |||
7604 | 7607 |
| |
7605 | 7608 |
| |
7606 | 7609 |
| |
7607 |
| - | |
| 7610 | + | |
| 7611 | + | |
| 7612 | + | |
| 7613 | + | |
| 7614 | + | |
7608 | 7615 |
| |
7609 | 7616 |
| |
7610 | 7617 |
| |
7611 | 7618 |
| |
7612 | 7619 |
| |
7613 | 7620 |
| |
7614 | 7621 |
| |
7615 |
| - | |
7616 |
| - | |
| 7622 | + | |
| 7623 | + | |
| 7624 | + | |
| 7625 | + | |
7617 | 7626 |
| |
7618 | 7627 |
| |
7619 | 7628 |
| |
|
You can’t perform that action at this time.
0 commit comments