meta icon indicating copy to clipboard operation
meta copied to clipboard

Replace convert string errors with cheaper versions

Open bvssvni opened this issue 10 years ago • 1 comments

Currently an allocation is needed for each converting error. It might be desireable to use the errors for control logic, in which case we should get rid of the allocations.

bvssvni avatar Jul 22 '15 15:07 bvssvni

See https://github.com/PistonDevelopers/meta/issues/316 for an idea of how to do this.

bvssvni avatar Jan 06 '17 02:01 bvssvni