marko1597

Results 1 issues of marko1597

Optimized complexity of the MemoryStream write operation. Before complexity of the MemoryStream write operation was O(n) now it is O(log(n)). Complexity gets amortized to O(1) in case of large number...