Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sped up highlighting on analysis page #1287

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

jstucke
Copy link
Collaborator

@jstucke jstucke commented Oct 25, 2024

  • sped up highlighting on analysis page
    • optimized code
    • replaced custom line numbering function with much faster library
    • don't highlight if the block is too large (>1MiB)

@jstucke jstucke self-assigned this Oct 25, 2024
@jstucke jstucke force-pushed the highlighting-speedup branch 2 times, most recently from 257dfb3 to dc4efd9 Compare October 31, 2024 14:42
@jstucke jstucke force-pushed the highlighting-speedup branch from dc4efd9 to 4c178af Compare November 18, 2024 16:07
@codecov-commenter
Copy link

codecov-commenter commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.84%. Comparing base (2aa83a0) to head (835b1c9).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1287      +/-   ##
==========================================
- Coverage   92.34%   91.84%   -0.51%     
==========================================
  Files         379      378       -1     
  Lines       23465    20967    -2498     
==========================================
- Hits        21669    19257    -2412     
+ Misses       1796     1710      -86     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

optimized code and replaced custom line numbering function with much faster lib
fixes the issue that the raw result is hidden by default but is considered for page height and scroll bar length nontheless
@jstucke jstucke force-pushed the highlighting-speedup branch from 4c178af to 835b1c9 Compare December 11, 2024 12:04
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.

2 participants