rune icon indicating copy to clipboard operation
rune copied to clipboard

feature request: Integrate FlexStr

Open msparkles opened this issue 1 year ago • 0 comments

We have a HashMap<SharedStr, (some data enum)> in our thing that's passed into Rune functions.

We used to use simply String since it worked, but we've found there to be performance bottleneck due to copying strings (not inside of Rune yet, but outside of the environment, we need to pass strings around)

Would it be possible that FlexStr gets integrated? Alternatively, Arc could work too.

msparkles avatar Apr 28 '23 06:04 msparkles