aboutsummaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/2022-03-09-fastest-js-html-escape.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2022-03-09-fastest-js-html-escape.md b/content/posts/2022-03-09-fastest-js-html-escape.md
index ee28920..038e4da 100644
--- a/content/posts/2022-03-09-fastest-js-html-escape.md
+++ b/content/posts/2022-03-09-fastest-js-html-escape.md
@@ -3,8 +3,8 @@ slug: fastest-js-html-escape
title: "Fastest JavaScript HTML Escape"
date: "2022-03-09T21:42:57-04:00"
---
-What is the fastest [JavaScript][] [HTML][] escape implementation? To
-answer that question I did the following:
+What is the fastest [JavaScript][js] [HTML][] escape implementation? To
+find out, I did the following:
1. Wrote [10 different JavaScript HTML escape implementations][impls].
2. Created a web-based benchmarking tool which uses [web workers][] and the