raspite / rsh

The main repo for the raspite shell (rsh)
Apache License 2.0
3 stars 1 forks source link

change argv, variables, and aliases to &str #37

Closed chasinglogic closed 7 years ago

chasinglogic commented 7 years ago

Using lifetimes we should be able to change to &str String (except for the keys) which will improve performance.

chasinglogic commented 7 years ago

after looking further into this this won't be a big gain if any at all