jcs-elpa / flx-rs

flx in Rust using dynamic module
GNU General Public License v3.0
22 stars 8 forks source link

Clarify which one is the real project #2

Closed oscarfv closed 2 years ago

oscarfv commented 2 years ago

This project links to https://github.com/jcs090218/flx-rs which shows Release 0.1.3 created on Nov 9 and 28 commits, while this project shows Release 0.1.1 created on Nov 4 and 49 commits.

This is very confusing: which project should I track for keeping up-to-date?

jcs090218 commented 2 years ago

The project [jcs090218/flx-rs]() is the rust implementation of [emacs-flx]() and use to release to [crates.io](). It should not contain any elisp files.

This repo releases are only for ELPA and focused on ready to use binaries.


This is very confusing: which project should I track for keeping up-to-date?

Sorry for the confusion you have. You should keep an eye on jcs090218/flx-rs if you wonder about the implementation/algorithm. If you only care about the release, you might want to watch this repo instead of the other one.

oscarfv commented 2 years ago

Thanks. Maybe a note on Readme.MD would be adequate?

This is a very nice extension, it offers a noticeable speed-up on ido-flx, which I use all the time. Thank you.

jcs090218 commented 2 years ago

Done! Thanks for the advice!