Jochen Kühner

Results 242 issues of Jochen Kühner

bug
application

I don't know, but could C#9 function pointers help to get more perfomance? https://docs.microsoft.com/de-de/dotnet/csharp/language-reference/proposals/csharp-9.0/function-pointers

help wanted
idea

Code generated from Switch Expression is not yet optimal: - [ ] Use Switch IL Code for Integer, long, ... (if possible). When int difference is less then 3 it...

enhancement
help wanted

We need to check when we could use for example Brtrue_s instead of Brtrue. I changed it back on switch, because bigger switches won't work.

enhancement
help wanted

se https://en.wikipedia.org/wiki/Variable-length_quantity and https://medium.com/@yashschandra/an-inner-view-to-protobuf-encoding-e668f37847d5 this would save some bytes when many small integers are serialized.

I've started to work on a Javascript/Typescript counterpart. So I can use hyperion as serializer for communication between .NETjavascript project is here: https://github.com/node-projects/hyperion-node will try to get it finished in...

Try this Code: class Temp { public object[] SubArray { get; set; } } [Fact] public void WritesManifestEvenIfKnown() { var stream = new MemoryStream(); var msg = new Temp() {...

Is there a Simple sample how to use Omnisharp with Monaco Code Editor in a Web Application. For mee it's not clear wich Nugets I had to use, wich Handlers...

Hello, I'm working on a WebComponents Designer Framework, for this I need to know if a "object" is a skate component and read out the properties. Is this possible? Is...

When a NPM Package (a iobroker Adapter) now uses full ES6, then it could not use the compact mode code : if (require.main !== module) { // Export the constructor...

enhancement :arrow_up:
compact mode :baby: