mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
52fd0e53ca
Split the slow path into a separate function, so that the fast path in EnsureSpace becomes inlineable. This allows code in jwriter to inline the fast path.