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

fix: slow rendering #82

Merged
merged 8 commits into from
Aug 10, 2021
Merged

fix: slow rendering #82

merged 8 commits into from
Aug 10, 2021

Conversation

erdostw
Copy link
Collaborator

@erdostw erdostw commented Aug 9, 2021

Speed up rendering process with a smarter use of tree-seq on the model tree.

See for details: #81

@erdostw erdostw added the bug Something isn't working label Aug 9, 2021
@codecov-commenter
Copy link

codecov-commenter commented Aug 9, 2021

Codecov Report

Merging #82 (6e46c87) into master (e8755c4) will decrease coverage by 0.20%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
- Coverage   92.32%   92.11%   -0.21%     
==========================================
  Files          24       24              
  Lines        1824     1827       +3     
  Branches      113      117       +4     
==========================================
- Hits         1684     1683       -1     
  Misses         27       27              
- Partials      113      117       +4     
Impacted Files Coverage Δ
src/stencil/api.clj 93.61% <ø> (ø)
src/stencil/model/numbering.clj 94.11% <ø> (ø)
src/stencil/process.clj 74.41% <ø> (ø)
src/stencil/model.clj 95.09% <85.71%> (-2.41%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e8755c4...6e46c87. Read the comment docs.

@erdostw erdostw merged commit 753228a into master Aug 10, 2021
@erdostw erdostw deleted the fix-slow-render branch August 10, 2021 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants