Lokathor / tinyvec

Just, really the littlest Vec you could need. So smol.
https://docs.rs/tinyvec
Apache License 2.0
648 stars 49 forks source link

Outline the drain to heap logic in TinyVec::push #127

Closed saethlin closed 3 years ago

saethlin commented 3 years ago

Per #39

This is a strategy I've seen be very useful in other places; keeping code size down by forcibly outlining algorithmically cold paths tends to make a huge difference.

Lokathor commented 3 years ago

Looks good. @saethlin i can merge this if you're satisfied.

saethlin commented 3 years ago

@Lokathor Yes please