We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we use a dynamic array as the buffer for splitter core (https://github.com/unjs/scule/blob/main/src/index.ts#L30). Since we know about the (maximum) string length, we could instead make an array with known length and assign chars too.
Howevewr this needs some benchmark script to verify, just made issue to not forget! (PR welcome for bench > try)
The text was updated successfully, but these errors were encountered:
flatCase
trainCase
No branches or pull requests
Currently we use a dynamic array as the buffer for splitter core (https://github.com/unjs/scule/blob/main/src/index.ts#L30). Since we know about the (maximum) string length, we could instead make an array with known length and assign chars too.
Howevewr this needs some benchmark script to verify, just made issue to not forget! (PR welcome for bench > try)
The text was updated successfully, but these errors were encountered: