dev-backpack / cllm

Empower your CLI experience with a command search tool driven by LLM magic!
https://dev-backpack.github.io/cllm/
MIT License
33 stars 0 forks source link

Migrate code from Python to Rust for improved performance and dependency management in CLI tool #25

Closed devleejb closed 8 months ago

devleejb commented 8 months ago

What would you like to be added?

The current Python implementation of the CLI tool is experiencing performance issues due to heavy resource usage. Additionally, managing dependencies in Python for the CLI tool has become challenging. To address these issues, it is recommended to migrate the codebase from Python to Rust. Rust is known for its performance, memory safety, and dependency management capabilities, which can potentially resolve the existing issues. This migration will involve translating the existing Python code to Rust and ensuring that the performance is optimized.

Why is this needed?

Improve the performance of the CLI tool and simplify dependency management by leveraging Rust's features. It will result in a more efficient and maintainable codebase.