Bastien Dejean

Results 97 comments of Bastien Dejean

> Are you using it? I was planning to.

Once #15 and #16 are merged, I think it would be fine to publish from the *master* branch. I haven't looked thoroughly into the *mmap* branch yet.

I don't think it is worth trying to encapsulate both approaches. What are the disadvantages of the *mmap* approach?

It might be worth writing a benchmark (maybe a randomized lookup of all the terms in the example dictionary?). I'm worried about the performance improvements of *mmap* being unperceivable. Won't...

The reading states can already be manually saved with `Database|Filesystem → Flush` (in the library menu). Properly solving the original problem would require changes in both *Plato* and *remux*: -...

I didn't know about the aforementioned `mmap` behavior, thank you for the tip.

Thanks, there's already an implementation of [UAX #14](https://github.com/google/xi-editor/tree/master/rust/unicode).

We could even go further and not have to convert from _StarDict_ by adding support for this format in the [dictionary](https://github.com/baskerville/plato/tree/a0d615a64dc5e4f3ac045ab04b12dd598e0468c4/crates/core/src/dictionary) module. You might also be interested in [this](https://github.com/freedict/libdict/pull/19) pull...

The _Clara BW_ should be working on the _master_ branch. The color models will require more work.

Here's a test binary for the new color devices. The existing files in `.adds/plato` have to be overwritten with the content of this archive. If you already have a *Settings.toml*...