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

Benchmarks or comparison with OpenFST? #75

Closed
daniel-emotech opened this issue Feb 3, 2020 · 5 comments
Closed

Benchmarks or comparison with OpenFST? #75

daniel-emotech opened this issue Feb 3, 2020 · 5 comments
Labels
question Further information is requested

Comments

@daniel-emotech
Copy link

Just wondering if there was any works to gauge the performance of rustfst with OpenFST?

@Garvys
Copy link
Owner

Garvys commented Feb 3, 2020

Hey !

Thanks for your interest in the project 🤗!

I did a benchmark some time ago on almost every linear fst algorithm and compared the results with OpenFst. You can find the results here :

Spoiler alert: rustfst is faster on all those algorithms 😅

For the other algorithms, i'm finishing the implementation then will do another round of benchmarks.

At the moment, the main algorithm missing in rustfst is the composition that will be implemented shortly. All the important algorithms like minimization, determinization ... are already implemented but not benched and thus not optimized.

This is ongoing work ! :)

I'm more than open to PR if you want to contribute :-)

Cheers

@Garvys Garvys added the question Further information is requested label Feb 3, 2020
@daniel-emotech
Copy link
Author

Awesome, I may contribute in future, I'll close this issue as it's answered my query 😄

@Garvys
Copy link
Owner

Garvys commented Feb 3, 2020

Alright 👍

@Garvys Garvys pinned this issue Feb 3, 2020
@MBkkt
Copy link

MBkkt commented Aug 17, 2022

Hello, what are version of openfst used in benchmarks?

@MBkkt
Copy link

MBkkt commented Aug 17, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants