lingua-rs icon indicating copy to clipboard operation
lingua-rs copied to clipboard

Replace json format with more efficient binary file format

Open pemistahl opened this issue 1 year ago • 2 comments

Currently, the language models are stored as json files. Json is somewhat slow to deserialize. Let's investigate whether there is a more efficient binary file format which can be deserialized faster.

A promising candidate could be the MessagePack or Protobuf format.

pemistahl avatar May 29 '23 08:05 pemistahl