From 14b7368b40ff9895e68165de75aea8ebab9e5905 Mon Sep 17 00:00:00 2001 From: mmcclaskey Date: Thu, 16 Sep 2021 03:56:40 -0400 Subject: [PATCH] Updated Performance Testing (markdown) --- Performance-Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Performance-Testing.md b/Performance-Testing.md index 576e530..106e844 100644 --- a/Performance-Testing.md +++ b/Performance-Testing.md @@ -61,5 +61,5 @@ Date | Description | Commit | Jpeg8 | Jpeg4 | Webp8 | Web ## Update Notes -* Vectorize Progressive Scaling (20210909) - manual vectorization of progressive bilinear scaling, which can be used in video mode. Progressive scaling provides the best quality by far. The vectorization resulted in a 38% increase in performance of the progressive bilinear scaling function at 80% in size and a 71% increase in speed for scaling to 40% of the original size. +* Vectorize Progressive Scaling (20210909) - manual vectorization of progressive bilinear scaling, which can be used in video mode. The vectorization resulted in a 38% increase in performance of the progressive bilinear scaling function at 80% in size and a 71% increase in speed for scaling to 40% of the original size. * LibJPEG Turbo (20210909) - This is a special build of KasmVNC that targets the latest version of libjpeg-turbo rather than using the older version available in the respective OS repos. The latest version has optimizations for AVX and SSE2 extensions. Our testing shows a 32% increase in speed of encoding jpeg. We do not publicly release this build, however, it is used within Kasm Workspaces docker images. \ No newline at end of file