meli/melib/src/text_processing
Manos Pitsidianakis d5aa2cb3ef
melib/line_break: add segment tree impl
The widths of subslices of a line are calculated in each call to
`binary_search_by` when reflowing long lines. This can be done in Ologn
queries with a segment tree.
2020-10-20 23:53:00 +03:00
..
grapheme_clusters.rs Fix some clippy lints 2020-08-26 00:54:07 +03:00
line_break.rs melib/line_break: add segment tree impl 2020-10-20 23:53:00 +03:00
mod.rs status page: trim extension name at 30 chars 2020-08-02 00:48:44 +03:00
search.rs Implement search for CellBuffer 2020-02-26 12:25:57 +02:00
tables.rs melib/build.rs: remove unnecessary file creation 2020-10-18 15:34:09 +03:00
types.rs Remove text_processing 2020-02-04 17:29:55 +02:00
wcwidth.rs Remove some old TODO comments 2020-08-26 00:54:07 +03:00