Shargon

Results 653 comments of Shargon

> its not yet being used right, no wander the bench has no change. No, if you like it, i can start with the selection according to the height

Is not possible to be slower than the previous case in any of them xD

> as far as I understood in our last call, there will be nothing like `Dictionary` to track items and avoid they being added twice, right? Neither for checking if...

> ```cs > [TestMethod] > public void TestMultiNewArrayThenDrop() > { > using ScriptBuilder sb = new(); > sb.EmitPush(1000); > sb.Emit(OpCode.NEWARRAY); > sb.Emit(OpCode.DROP); > sb.EmitPush(1000); > sb.Emit(OpCode.NEWARRAY); > sb.Emit(OpCode.DROP); > sb.EmitPush(1000);...

> @shargon test fails Yes, i know, is because we don't allow circulsr reference with this reference counter, i will fix it if the logic seems good to you

Wait I will fix somethings

Still having some issues with some UTs ``` | Method | Mean | Error | StdDev | |------- |---------:|--------:|--------:| | V2 | 209.0 ms | 3.68 ms | 3.26 ms...

Closed in favor of https://github.com/neo-project/neo/pull/3581

I think that it's better to use single format

Ok, i will approve it when it's reqdy to review