Skip to content
Snippets Groups Projects
Unverified Commit db3f8623 authored by Jack's avatar Jack Committed by GitHub
Browse files

Fix some errors in Readme.md and some performance optimization (#646)


I like this project very much, it's great, but there are some errors in readme.md
And the following about performance optimization
Optimize token generation with strings. Builder
Replace inefficient string concatenation with strings. Builder for token generation.
This improves performance by reducing memory allocations during string creation.
Using WriteByte also avoids unnecessary type conversions from character to string.

Co-authored-by: default avatarguocheng <cheng.guo@quantix.ae>
parent 01f90648
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment