From 8d99e86a97083c4447ed50db5a95bfcffc560454 Mon Sep 17 00:00:00 2001 From: Gregory Date: Sun, 30 Dec 2018 22:30:21 -0500 Subject: [PATCH] Rm claims until benchmarks --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index dd0fc39..a1bf16e 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,6 @@ Find & replace expressions are split up, which makes them easy to read and write Smart-cased regular expressions also come with a sane syntax that's not opt-in. Defaults follow common sense and are tailored for typical daily use. -**High performance** - -Multiple times faster than `sed` beyond trivial cases. (Benchmarks incoming). - ## Comparison to sed While sed does a whole lot more, `sd` focuses on doing just one thing and doing it well.