Ulf Adams

Results 106 comments of Ulf Adams

This is actually fairly easy - we can just reuse the 32-bit float computation. Except for the decoding, the code is independent of the original bit size. I've experimentally implemented...

Alternatively, we can use the new generic API, which should cover everything up to and including 128-bit float.

(Although not with quite the same level of performance.)

I would like to refactor the code to provide a more consistent set of interfaces, including a low-level interface like what you describe. It would also be nice to have...

It would be weird to have symbols starting with BOOST_ checked in here, and @StephanTLavavej might be unhappy about that, too. That said, I could be convinced to maintain a...

Cool! Do you have that in a place that we could look at? Also, are you planning to upstream any of your changes?

Yes, declaring macros for table definition and access sounds reasonable.

I generally agree, but I haven't found a nice way to do that.

I posted a first draft for grpc-web support at https://github.com/EngFlow/grpc-java/tree/grpc-web. I'd welcome any feedback you have, as well as answers to my open questions (in the commit description).

@ejona86, is this something you could take a look at? It would be great if I could start submitting pieces - our internal patch set keeps growing, which makes it...