You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #1221 on July 30, 2024 13:17.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The
ParserName
object is quite old and I wanted (for a long time) to refactor it, to reduce memory usage.Here is a benchmark I used to test a quite simple scenario where
ParserName
is heavily used:The idea is to remove
ParserName
and use some new technic likeSpan<T>
andref struct
to avoid too much GCHere is the result after a big refactoring:
I'll will come back here to link the commit once everything is done and tests are good :)
Beta Was this translation helpful? Give feedback.
All reactions