Juanpe Bolívar

Results 344 comments of Juanpe Bolívar

Ah, interesting... good luck in your experiments with it, I hope it ends up being useful!

Interesting. Do you have an example of such runtime?

It's failing because of this: https://github.com/arximboldi/immer/pull/191 I will merge in a sec and things should become green again.

Hi @dwightguth! I think this failed because the "pull request" check does not expose my SSH key inside the action, which is needed to upload those benchmark results. This is...

Hi, thank you all for debugging this. It was reported by someone else some time ago and I could also not reproduce it. The certificate is Let's encrypt auto-generated. I'm...

Ohhh, damn initializer lists. What compilation error are you getting? That case is intended to work. I think I can figure a way to fix that particular case by specifically...

That sounds good. I am happy to take in contributions in that direction. I have some concerns though: - There is already an installation target. In which way is it...

> The configuration file generated by CMake does not express external library dependencies, e.g. boost and boehm-gc. The former only seems necessary for the experimental dvektor and testing, but the...

Btw, i've taken a look at the CMake files from `stlab` and `frozen` and they are beautiful! Nice to see CMake being used in an elegant and simple way. I...

I am aware of that optimization. Because of static typing it might be counter-productive to implement it in C++ (type-erasing the underlying impl means adding overhead that I suspect would...