Add shape-run-cache feature, that can significantly improve shaping performance
This commit is contained in:
parent
990d66ed41
commit
1eb3233373
7 changed files with 134 additions and 2 deletions
|
|
@ -252,7 +252,7 @@ impl AttrsOwned {
|
|||
#[derive(Debug, Clone, Eq, PartialEq)]
|
||||
pub struct AttrsList {
|
||||
defaults: AttrsOwned,
|
||||
spans: RangeMap<usize, AttrsOwned>,
|
||||
pub(crate) spans: RangeMap<usize, AttrsOwned>,
|
||||
}
|
||||
|
||||
impl AttrsList {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue