Skip to content

Take on smallvec in read-fonts and skrifa - #2081

Open
dfrg wants to merge 1 commit into
mainfrom
smallvec-crate
Open

Take on smallvec in read-fonts and skrifa#2081
dfrg wants to merge 1 commit into
mainfrom
smallvec-crate

Conversation

@dfrg

@dfrg dfrg commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

We've had a hand-rolled partial implementation in skrifa for some time. We've since grown another, even more partial, implementation as well as several open coded copies of this pattern (conditional stack alloc or vec) in read-fonts.

This dependency is ubiquitous in the rust ecosystem and available in all of our target environments. I've chosen the floor of those versions (1.13.1) here.

We've had a hand-rolled partial implementation in skrifa for some time. We've since grown another, even more partial, implementation as well as several open coded copies of this pattern (conditional stack alloc or vec) in read-fonts.

This dependency is ubiquitous in the rust ecosystem and available in all of our target environments. I've chosen the floor of those versions (1.13.1) here.

@cmyr cmyr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as long as it doesn't introduce vendoring issues it lgtm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants