Skip to content
Commit 878c681a authored by Milian Wolff's avatar Milian Wolff
Browse files

Only call str.size() at most once in findCommaOrEnd

Basic rule for clean code, performance wise it's probably only going
to be noticeable (barely) in debug builds. For release builds the
compiler should be able to hoist this out.
parent d6cd4569
Pipeline #244253 passed with stage
in 24 minutes and 28 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment