Skip to content

Switch to maps for variables and commands

Michael Aaron Murphy requested to merge skylerberg:maps into master

Created by: skylerberg

Environment variables and commands are now stored in maps. This simplifies the code and makes it more efficient. In the future we should switch to HashMaps, but BTreeMaps will do just fine for now.

Merge request reports