getsentry / rust-sourcemap

A library for rust that implements basic sourcemap handling
Other
224 stars 27 forks source link

ref: Reuse allocation in vlq parsing #40

Closed Swatinem closed 2 years ago

Swatinem commented 2 years ago

This avoids allocating/freeing temporary Vecs in the inner mappings parsing loop, reusing a single Vec instead.