Re: [RFC PATCH v1] zram: experimental patch with entropy calculation

From: Aleksey Romanov
Date: Sat May 28 2022 - 05:41:57 EST


I also try this for /lib and /bin direcories. See results below.

/lib folder as .tar (not compressed):
+-----+-------------+------------+--------+--------------+-------------+
| ent | orig_size | compr_size | time | instructions | branches |
+-----+-------------+------------+--------+--------------+-------------+
| Y | 16527126528 | 5921855963 | 16.46s | 71366805304 | 11693084550 |
+-----+-------------+------------+--------+--------------+-------------+
| N | 16527126528 | 5594516871 | 21.87s | 112664002524 | 16184998761 |
+-----+-------------+------------+--------+--------------+-------------+

/bin folder as .tar (not compressed):
+-----+------------+------------+--------+--------------+------------+
| ent | orig_size | compr_size | time | instructions | branches |
+-----+------------+------------+--------+--------------+------------+
| Y | 5594516871 | 387226648 | 4.772s | 35688596793 | 4486177586 |
+-----+------------+------------+--------+--------------+------------+
| N | 5594516871 | 326629907 | 5.811s | 43886087430 | 5161907045 |
+-----+------------+------------+--------+--------------+------------+