issues
search
skbkontur
/
ZstdNet
Zstd wrapper for .NET
Other
301
stars
50
forks
source link
improve DictBuilder
#10
Closed
nerai
closed
7 years ago
nerai
commented
7 years ago
change samples parameter from ICollection to IEnumerable
only scan samples once
merge samples in memory stream instead of byte[].SelectMany
resize array using framework method instead of manually