-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration to Tokio #419
Comments
i think it might be worth fixing the arm build issues first, so chromebooks and macs can use joshuto. i'd do it after that point, if it were me |
What issues are you having on arm? I'm able to compile and run joshuto on m2 macbook |
are there some ways to run benchmark between tokio version and current version |
Good question |
joshuto still doesn't compile on termux with a mismatched types error at src/ui/widgets/tui_file_preview.rs:44:45 |
My take on using Tokio (I use Tokio/async Rust in my own TUI project called |
I just found this issue in yazi describing some of their usage of Tokio, might be useful to check out. |
Thinking of taking advantage of async/await and green threads to potentially make
joshuto
more lightweight.Would love to hear some feedback on this.
Not entirely sure if it will help with performance, or just increase build times.
The text was updated successfully, but these errors were encountered: