aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sciteco.7.template
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2026-05-31 21:19:24 +0200
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2026-05-31 21:19:24 +0200
commitaa7b0bb1445feeefafdcf47fd639b10500b45c03 (patch)
tree529351a0ee2862448680b0189d7ee72768f45357 /doc/sciteco.7.template
parent957f24cf63261424288a8794f61cfdf5e5606fad (diff)
implemented but disabled block-wise backwards search algorithm
* The block-wise search algorithm allows for efficient backwards searches on large files. * On the downside the results are not entirely symmetric to forward searches. It therefore makes sense to still support the old correct but possibly slow algorithm. Since the old algorithm is just a special case of the new one (with a single block stretching the entire search range), you can configure the block size using `8EJ`. * Unfortunately, the new block-wise algorithm won't work due to a bug in GRegex (only in the glib wrapper code). It is therefore disabled for the time being by default and will probably only be enabled once we switch to a new regexp engine. See https://gitlab.gnome.org/GNOME/glib/-/merge_requests/5199
Diffstat (limited to 'doc/sciteco.7.template')
0 files changed, 0 insertions, 0 deletions