comparison mercurial/i18n.py @ 44870:9f96beb9bafe

rust: remove support for `re2` With the performance issues with `regex` figured out and fixed in previous patches and `regex` newly gaining support for empty alternations, there is no reason to keep `re2` around anymore. It's only *marginally* faster at creating the regex which saves at most a couple of ms, but gets beaten by `regex` in every other aspect. This removes the Rust/C/C++ bridge (hooray!), the `with-re2` feature, the conditional code that goes with it, the documentation and relevant part of the debug/module output. Differential Revision: https://phab.mercurial-scm.org/D8594
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 29 May 2020 12:17:59 +0200
parents f0bee3b1b847
children b9f40b743627
comparison
equal deleted inserted replaced
44869:4313a0d7540d 44870:9f96beb9bafe