Skip to content
Snippets Groups Projects
Commit 9dee5d74 authored by Andrey Strochuk's avatar Andrey Strochuk
Browse files

Replace String with SmolStr in Plan

At the moment we use String type for strings in Plan
structure. Since we frequently serialize, deserialize
and clone Plan, we want to reduce the time spent in
these functions. This commit substitutes String type
with SmolStr type, which has O(1) clone and, therefore,
speeds up cloning.
parent 978d8aea
No related branches found
No related tags found
1 merge request!400Replace String with SmolStr in Plan
Showing
with 284 additions and 205 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment