Replies: 5 comments 17 replies
-
Bounded by Memory Allocation:
|
Beta Was this translation helpful? Give feedback.
-
rustc options: [profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "debuginfo" In [build]
rustflags = ["-C", "target-cpu=native"] |
Beta Was this translation helpful? Give feedback.
-
Bounded by string comparison:
I can't tell if String Interning is needed for this project. |
Beta Was this translation helpful? Give feedback.
-
Lexer: anything we can improve on the lexer will have the biggest impact.
|
Beta Was this translation helpful? Give feedback.
-
I see there are a lot of |
Beta Was this translation helpful? Give feedback.
-
A summary of perf bottlenecks and findings.
(I don't have time for any code work so I'll just jot down the things I find.)
General background research study:
Beta Was this translation helpful? Give feedback.
All reactions