mirror of
https://github.com/typst/typst
synced 2025-07-27 06:17:53 +08:00
Because the increase in size of `Binding` seemed to create a performance regression we'll try to reduce the size by putting the rarely used deprecation on the heap. In fact, the struct is even smaller than before now, because `deprecation` was previously a wide pointer.