aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2016-12-27 20:34:13 +0100
committerJay Berkenbilt <ejb@ql.org>2016-12-27 20:34:18 +0100
commitd4d7612b5b14ad3b1fb2e21e04017369931ae203 (patch)
treec49e695d3441ed4fb199d3f74db744b446b87a41 /TODO
parente8b845dd0344c797b58bfa31b810af53595d2599 (diff)
downloadqpdf-d4d7612b5b14ad3b1fb2e21e04017369931ae203.tar.zst
Note about std::regex attempt
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index afef2662..97213785 100644
--- a/TODO
+++ b/TODO
@@ -306,3 +306,8 @@ Index: QPDFWriter.cc
* From github issue 2, provide more in-depth output for examining
hint stream contents.
+
+ * An attempt was made to replace pcre with std::regex, but it failed
+ because std::regex lacks some features of PCRE that we use and
+ because the result was many times slower. The work was saved in
+ refs/attic/std-regex on github.