Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Konecny <rokonecn@microsoft.com>2020-11-27 12:02:08 +0300
committerGitHub <noreply@github.com>2020-11-27 12:02:08 +0300
commit7171407822a9a94b6ac12aca652851e74f3b604d (patch)
treeaa4ec1be8a9b1928f063a78174dcdff858c6bb39 /.gitignore
parentbe0efd358453d2dbea7821caa328352c25012c2a (diff)
Optimize HTTP2 HPack huffman decoding (#43603)
Optimized to use 8 bits lookup tables tree with result of about 0.35 CPU utilization as oppose to former version. Decoding table is lazy generated as ushort[].
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7596f954d95..15c6de9d52e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -133,6 +133,9 @@ AutoTest.Net/
# Web workbench (sass)
.sass-cache/
+# BenchmarkDotNet
+BenchmarkDotNet.Artifacts/
+
# Installshield output folder
[Ee]xpress/