This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Net; | |
using System.Threading; | |
using System.IO; | |
using System.Text.RegularExpressions; | |
namespace TestStreamingHttp { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using PServiceBus.Core.Interface; | |
using PServiceBus.Core.Runtime.Messages; | |
using PServiceBus.Services.Gateway.Runtime; | |
using PServiceBus.Core.Runtime; | |
namespace PServiceBus.MessageStores { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Runtime.ExceptionServices; | |
using System.Threading; | |
using ZeroMQ; | |
namespace Phoenix.ZeroMQConnectors { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Reflection; | |
using System.Reflection.Emit; | |
using System.Xml; | |
namespace PServiceBus.Serializer.Xml { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Runtime.InteropServices; | |
using System.Text.RegularExpressions; | |
using System.Reflection.Emit; | |
using System.Runtime.CompilerServices; | |
using System.Security; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Runtime.InteropServices; | |
using System.Text.RegularExpressions; | |
using System.Reflection.Emit; | |
using System.Runtime.CompilerServices; | |
using System.Security; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Runtime.InteropServices; | |
using System.Text.RegularExpressions; | |
namespace PServiceBus.Serializer.Xml { | |
public unsafe class XmlReaderEx { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Iteration: 100000 | |
Completed TestXmlReader in Avg 528 Milliseconds | |
Iteration: 100000 | |
Completed TestXmlReaderEx in Avg 162 Milliseconds | |
--------------------------------------------------------- | |
Iteration: 1000000 | |
Completed TestXmlReader in Avg 5223 Milliseconds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.method private hidebysig static void DoSomething2() cil managed | |
{ | |
.maxstack 2 | |
.locals init ( | |
[0] int32 id) | |
L_0000: ldsfld class [mscorlib]System.Random TestILIdeas.Program::_rand | |
L_0005: callvirt instance int32 [mscorlib]System.Random::Next() | |
L_000a: stloc.0 | |
L_000b: ldloc.0 | |
L_000c: ldc.i4.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.method private hidebysig static void DoSomething() cil managed | |
{ | |
.maxstack 2 | |
.locals init ( | |
[0] int32 id) | |
L_0000: ldsfld class [mscorlib]System.Random TestILIdeas.Program::_rand | |
L_0005: callvirt instance int32 [mscorlib]System.Random::Next() | |
L_000a: stloc.0 | |
L_000b: ldloc.0 | |
L_000c: brtrue.s L_000f |