The idea for a safe zero-copy parser is an interesting idea to follow, which is why I want to try it. As pointed out in this article. "Not only the zero-copy was much faster at all payload sizes, but it was also able to parse 1000 characters in just 70% of the time the copy algorithm took to parse a single one." So hopefully we can see such improvements in this project aswell
The idea for a safe zero-copy parser is an interesting idea to follow, which is why I want to try it. As pointed out in this article. "Not only the zero-copy was much faster at all payload sizes, but it was also able to parse 1000 characters in just 70% of the time the copy algorithm took to parse a single one." So hopefully we can see such improvements in this project aswell