Skip to content

Commit

Permalink
Optimize grep search performance (#1071)
Browse files Browse the repository at this point in the history
* Initial markdown preview

* Move toc into maple_markdown crate

* Update docs

* Replace markdown with pulldown-cmark

* Improve grep performance

hyperfine shows 20%+ perf enhancement.

* Update CHANGELOG.md
  • Loading branch information
liuchengxu authored Apr 18, 2024
1 parent d3ed2ec commit 484c9a9
Show file tree
Hide file tree
Showing 16 changed files with 1,010 additions and 251 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Add `multi_select` property explicitly in provider, useful for the provider lsp.
- Add `:ClapAction diagnostics.{first,last,next,prev}` for navigating between all kinds of the diagnostics.
- Add `:ClapAction diagnostics.{firstHint,lastHint,nextHint,prevHint}` for navigating between the Hint diagnostics.
- Optimize the grep search performance by 20+%.

## [0.52] 2024-2-29

Expand Down
Loading

0 comments on commit 484c9a9

Please sign in to comment.