mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
perf: avoid unnecessary allocations in code highlighting (#3804)
This commit is contained in:
parent
d4924ebcad
commit
5c05350d52
18 changed files with 655 additions and 241 deletions
|
|
@ -59,6 +59,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
|||
|
||||
- Reduce memory allocations by using Lua 5.5 external strings ([#3634])
|
||||
- Reuse previewed and spotted widgets when possible ([#3765])
|
||||
- Avoid unnecessary allocations in code highlighting ([#3804])
|
||||
|
||||
## [v26.1.22]
|
||||
|
||||
|
|
@ -1690,3 +1691,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
|||
[#3780]: https://github.com/sxyazi/yazi/pull/3780
|
||||
[#3781]: https://github.com/sxyazi/yazi/pull/3781
|
||||
[#3792]: https://github.com/sxyazi/yazi/pull/3792
|
||||
[#3804]: https://github.com/sxyazi/yazi/pull/3804
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue