AlgorithmsAreCool

Results 13 comments of AlgorithmsAreCool

Sorry for being nosy, but this is a fascinating repo. What about a generic version of ProtocolReader? It looks like the common case is to read the same type repeatedly,...

Perhaps rename the non-generic version to "MultiProtocolReader" or something?

@dgiagio Hey, do you think you will have any bandwidth to review this in the next few days or weeks? Without this or something similar, deployed apps are un-upgradable as...

@cryyy I would give up on Warp :/ if you can, use the new [single file publish feature](https://github.com/dotnet/designs/blob/master/accepted/single-file/design.md) in the dotnet sdk. It's officially supported and it works great (even...

@layomia Thank you for your hard work on this!

So Arrow is definitely gaining steam, but how would an arrow integration look for Trill? et say they convert the internal columnar format to Arrow. Trill is still going to...

A few months on, I can answer my own questions here. The most obvious point is to open the door to very high performance interop with other applications or runtimes....

Just noticed the lack of nullable annotations in the generated client. I think this is pretty important since the semantics of proto3 allow for any property to be null.

See also: grpc/grpc#20729 protocolbuffers/protobuf#6632

> Nothing specific in the plans yet. > > AspNetCore already has an in-memory [response cache](https://docs.microsoft.com/en-us/aspnet/core/performance/caching/response?view=aspnetcore-3.1) that should be proxy compatible (it keys off response cache headers). Someone could probably...