Project

General

Profile

« Previous | Next » 

Revision ac8ec004

Added by byroot (Jean Boussier) about 2 years ago

Make String.new size pools aware.

If the required capacity would fit in an embded string,
returns one.

This can reduce malloc churn for code that use string buffers.