We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfdf0f commit 953fbdeCopy full SHA for 953fbde
speedup_import.md
@@ -73,3 +73,13 @@ $ ./mtime.sh ~/.pyenv/versions/cmd2-3.6/bin/python -c "import cmd2"
73
100 iterations
74
average: real 0.115 user 0.080 sys 0.020
75
```
76
+
77
+# extract AddSubmenu to its own file
78
79
+In commit ccfdf0f9 we extract AddSubmenu() to it's own file, so it is not
80
+imported or processed by default.
81
+```
82
+./mtime.sh ~/.pyenv/versions/cmd2-3.6/bin/python -c "import cmd2"100 iterations
83
+average: real 0.117 user 0.081 sys 0.021
84
85
0 commit comments