quick-lint-js icon indicating copy to clipboard operation
quick-lint-js copied to clipboard

10$: Use new simdjson raw_json_string API

Open strager opened this issue 2 years ago • 1 comments

https://github.com/simdjson/simdjson/pull/1849/files

strager avatar Jul 06 '22 22:07 strager

Some areas where this might be useful:

  • Full-document changes in the LSP server (linting_lsp_server_handler::apply_document_changes). This would probably be the biggest beneficiary of the unescape API.
  • Incremental changes in the LSP server (linting_lsp_server_handler::apply_document_changes).
  • Config file global variable names (configuration::load_globals_from_json).
  • Document URIs in the LSP server. (Tiny benefit; probably not worth it.)

strager avatar Jul 06 '22 22:07 strager