fasttemplate icon indicating copy to clipboard operation
fasttemplate copied to clipboard

Change deprecated reflect function in unsafeString2Bytes

Open 1neZe0 opened this issue 2 years ago • 0 comments

  1. Replace deprecated reflect functions: https://pkg.go.dev/reflect#SliceHeader https://pkg.go.dev/reflect#StringHeader
  2. Simpler - there's no need to manipulate or types.
  3. Faster because directly convert the type without creating temporary structures

1neZe0 avatar Aug 28 '23 10:08 1neZe0