[charabia] Extract kvariant.rs to crate for further customization (e.g. compression) #582
Locked
choznerol
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment 4 replies
-
Hello @choznerol, thank you a lot for your work, this will contribute to reducing the size of binaries using Charabia! @curquiza and @Kerollmops, this work externalizes one of the dictionaries used by Charabia in a dedicated crate that encode the dictionary into a specialized Rust structure directly usable by any rust code at building time. what should be the best approach to integrate this?
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following the discussion form meilisearch/charabia#162 (review)
I've extracted the code to a simple library
choznerol/kvariants
with some basic compression in build script. Besides publishing to crate.io, for the repo itself I'm fine with either maintaining it or transferring to meilisearch GitHub organization. Please let me know if there is a preference!Beta Was this translation helpful? Give feedback.
All reactions