Why is the dtype of `String`'s underlying storage `int8` and not `uint8`?
As title.
4 Replies
I'm also curious
https://mojodojo.dev/mojo-team-answers.html#string-uint8-implementation
https://mojodojo.dev/mojo-team-answers.html#string-supporting-utf-8
https://mzaks.medium.com/counting-chars-with-simd-in-mojo-140ee730bd4d
So;e links on the topic
Medium
Counting chars with SIMD in Mojo
Mojo is a very young (actually a work in progress) programming language designed and developed by a new company called Modular. Here is a…
Mojo Team Answers
Answers from various team members about the Mojo language and Modular
That explains it, thanks!
This entire website is very thoughtful