Den onsdag den 19. juli 2017 kl. 19.39.59 UTC+2 skrev Kenton Varda: > > Nice! > > What makes it slow? Presumably things that can be fixed? > > -Kenton > > > > On Tue, Jul 18, 2017 at 12:55 PM, Thomas Brix Larsen <[email protected] > <javascript:>> wrote: > >> Following the success of my recent D port, I have been working on a C# >> port based on the Java and D implementations. >> >> Repo can be found here: >> https://github.com/ThomasBrixLarsen/capnproto-dotnet >> >> Serialization only. It is slow. Very slow. But at least it works. >> >> - Thomas >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Cap'n Proto" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> Visit this group at https://groups.google.com/group/capnproto. > > It's probably the allocations, at least that is what I had to optimize for the D port. I haven't done any optimizations as I really don't know C# well enough.
Hopefully somebody will make some pull requests for optimizations and support for generating working generics. - Thomas -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
