Skip to content
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

Use Rust to Offload Minimap Calculations to a Separate Process #187

Open
Isrothy opened this issue Nov 29, 2024 · 0 comments
Open

Use Rust to Offload Minimap Calculations to a Separate Process #187

Isrothy opened this issue Nov 29, 2024 · 0 comments
Labels
enhancement New feature or request v4.x.x

Comments

@Isrothy
Copy link
Owner

Isrothy commented Nov 29, 2024

Implement the offloading of the minimap calculation to a separate process. The objective is to utilize Rust for this task, as it offers enhanced performance and safety advantages. The Neovim plugin will establish asynchronous communication with the Rust process to facilitate the exchange of buffer updates and minimap data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v4.x.x
Projects
None yet
Development

No branches or pull requests

1 participant