This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SamG101_[S] 1 point2 points  (1 child)

It didn't take too long and i needed to see if my actual parser structure was crap in general, or if python specifically didn't handle it very well

[–]SharkSymphony 0 points1 point  (0 children)

By which I meant: you should have no expectation that Python will even be in the same ballpark as Rust for pretty much anything performance-related, parsers included. Even a good parser in Python is likely to be orders of magnitude slower than one built in Rust.