Skip to content

Commit 03f20d9

Browse files
re-arrange speed improvements
1 parent 9767e77 commit 03f20d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
when there are no comments before or after the blank line (#629, #630, #635,
5050
#723).
5151

52-
- speed improvements: ~10% when cache is activated because transformers are not
53-
captured as character anymore (#679), ~3% in low-level optimization (#691). 7%
54-
by requiring magrittr 2.0 (#681), ~8% by dropping unused transformers (#711),
55-
4% by avoiding unnecessary sorting in internals (#739).
52+
- speed improvements: 15% faster on new code, 70% on repeated styling of
53+
compliant code (The latter is not so relevant because it was almost
54+
instantaneous already). Most relevant contributions were #679, #691, #681,
55+
#711, #739.
5656

5757
- `#<<` is now recognized as the xaringan marker and no space is added after`#`
5858
(#700).

0 commit comments

Comments
 (0)