File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ A C++20 compliant compiler. `consteval-huffman` is confirmed to work on gcc 10.1
12
12
13
13
** 1. Text configurations**
14
14
15
- A ~ 3.5kB string of JSON can be compressed down ~ 2.5kB ([ see it on Godbolt] ( https://godbolt.org/z/rqWf4v ) ).
15
+ A ~ 3.5kB string of JSON can be compressed down ~ 2.5kB ([ see it on Godbolt] ( https://godbolt.org/z/be3Kja ) ).
16
16
17
17
** 2. Scripts**
18
18
19
- 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 ) ).
19
+ 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/MrdEax ) ).
20
20
21
21
** 3. Numbers?**
22
22
23
- A string of numbers 1 to 100 separated with spaces can be compressed to 64% of its original size ([ Godbolt] ( https://godbolt.org/z/Te17aM ) ).
23
+ A string of numbers 1 to 100 separated with spaces can be compressed to 64% of its original size ([ Godbolt] ( https://godbolt.org/z/rYd47P ) ).
24
24
25
25
## How to Use
26
26
You can’t perform that action at this time.
0 commit comments