jaswdr / faker

:rocket: Ultimate fake data generator for Go with zero dependencies
https://pkg.go.dev/github.com/jaswdr/faker
MIT License
570 stars 59 forks source link

[FEATURE] Improve performance using strings builders instead of a string #101

Closed 4k1k0 closed 2 years ago

4k1k0 commented 2 years ago

Is your feature request related to a problem? Please describe. No.

Describe the solution you'd like Some functions use a string inside a for look to create a value to be returned. This is not very performant. A better approach is use a string builder.

Describe alternatives you've considered None.

Additional context None.

jaswdr commented 2 years ago

PR merged and release in v1.12.1