You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rb-readline is completely unoptimized code, there is a chance that in your platform it behaves painful slow or have some bugs.
rb-readline is used as replacement of GNU Readline as part of RubyInstaller and has been more tested and optimized on Windows than any other platform. The main an sole purpose of the project is to allow a functional IRB console.
Contributions are welcome, and optimizations will be highly appreciated.
The text was updated successfully, but these errors were encountered:
I know this issue is way old, but it's still open, so, eh...
I use rb-readline on OS X quite regularly. I think a lot of other people do at this point (for instance, those who built Ruby without Readline support and want to use something like guard). Performance is sufficiently good that it's not obvious whether one is using GNU Readline or rb-readline. There probably is a drastic difference in speed between the C and Ruby implementations, but numbers involved are tiny enough that it doesn't matter on modern hardware.
Hello,
rb-readline is completely unoptimized code, there is a chance that in your platform it behaves painful slow or have some bugs.
rb-readline is used as replacement of GNU Readline as part of RubyInstaller and has been more tested and optimized on Windows than any other platform. The main an sole purpose of the project is to allow a functional IRB console.
Contributions are welcome, and optimizations will be highly appreciated.
The text was updated successfully, but these errors were encountered: