Replies: 2 comments 3 replies
-
However, Bash/Readline doesn't offer the necessary features that make lazy loading possible (though I implement it in Bash/ble.sh). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe I don't understand what you mean by "lazy loading" correctly. What do you mean by "lazy loading"? From what I read from your description, it seems to me that you can achieve that by just unsetting |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been thinking over the last few days about how we can improve the framework's performance, and I came up with an idea about lazy loading, it would be a variable that when set to true it would only load what is essential for use, it would load a minimalist theme, it would not load the plugins, only the necessary features would be loaded, we could also add it to accept an array of features that it does not want to load, type
or simply
_OMB_LAZY_LOAD_ = true
For people like me who are stuck on WSL due to a hardware problem, they could use oh my bash without any problems, not that it has very significant performance problems but WSL by itself is already heavy...
Beta Was this translation helpful? Give feedback.
All reactions