aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorclyne <clyne@bitgloo.com>2020-12-29 21:01:29 -0500
committerGitHub <noreply@github.com>2020-12-29 21:01:29 -0500
commit0d18b4ba03f9f004c60efa8cf8303a0eb78fbbc8 (patch)
tree3b506de51fee924d90a4bb8c8740956a99a9583d /README.md
parent9b019e37aa32263b9853c17ec4e11048ce2df569 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 21e139f..08464a5 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,11 @@ A C++20 compliant compiler. `consteval-huffman` is confirmed to work on gcc 10.1
## Use cases
-**1. Text configurations (e.g. JSON)**
+**1. Text configurations**
A ~3.5kB string of JSON can be compressed down ~2.5kB ([see it on Godbolt](https://godbolt.org/z/rqWf4v)).
-**2. Scripts (e.g. Lisp)**
+**2. Scripts**
A ~40 line comment-including sample of Lisp can be reduced from 1,662 bytes to 1,251 (412 bytes saved) ([Godbolt](https://godbolt.org/z/Kbenbh)).