pjfanning / pekko-http-json

Integrate some of the best JSON libs in Scala with Pekko HTTP
Apache License 2.0
25 stars 2 forks source link

use ByteString.utf8String #22

Closed pjfanning closed 3 months ago

pjfanning commented 3 months ago

should be faster than using ByteString.toArray and creating a String from that