Skip to content

Commit 1b93e09

Browse files
committed
Merge branch 'master' of https://github.com/oleg-st/ZstdSharp
2 parents 0cff397 + 0b6241c commit 1b93e09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ var decompressed = decompressor.Unwrap(src);
2727

2828
# Benchmark
2929

30+
Best performance is achieved on `.NET Core`. `System.Runtime.Intrinsics` namespace is required for hardware accelerated bit and vector operations. `.NET Standard` and `.NET Framework` will use software implementation
31+
3032
Comparision `zstd` (native) and `ZstdSharp`
3133
```
3234
BenchmarkDotNet=v0.12.1, OS=Windows 10.0.19041.1052 (2004/?/20H1)

0 commit comments

Comments
 (0)