Skip to content

Improve performance of markdown-range-property-any#941

Merged
syohex merged 1 commit into
masterfrom
improve-performance
Apr 25, 2026
Merged

Improve performance of markdown-range-property-any#941
syohex merged 1 commit into
masterfrom
improve-performance

Conversation

@syohex

@syohex syohex commented Apr 24, 2026

Copy link
Copy Markdown
Collaborator

Description

Do not check every position in range in emacs lisp, use c function instead to reduce checking times

Related Issue

Type of Change

  • Improvement (non-breaking change which improves an existing feature)

Checklist

  • I have read the CONTRIBUTING.md document.
  • I have updated the documentation in the README.md file if necessary.
  • I have added an entry to CHANGES.md.
  • I have added tests to cover my changes.
  • All new and existing tests passed (using make test).

Do not check every position in range in emacs lisp, use c function
instead to reduce checking times
@syohex syohex merged commit 1f72cef into master Apr 25, 2026
8 checks passed
@syohex syohex deleted the improve-performance branch April 25, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant