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 Python code to Rust for enhanced performance and dependency management in CLI tool #26

Closed ykdy3951 closed 8 months ago

ykdy3951 commented 8 months ago

What type of PR is this?:

enhancement

What this PR does / why we need it:

This PR involves migrating the existing Python codebase to Rust to improve overall performance and enhance dependency management within the CLI tool. By transitioning to Rust, we aim to leverage its efficiency and robustness to optimize the tool's functionality.

Which issue(s) this PR fixes:

Fixes #25

Special notes for your reviewer:

The decision to migrate from Python to Rust was driven by the need to address performance bottlenecks and streamline dependency management in the CLI tool. Rust's performance capabilities and modern tooling make it an ideal choice for this migration, ensuring a more stable and efficient tool operation.

Does this PR introduce a user-facing change?

Additional documentation: