Rich FitzJohn

Results 454 comments of Rich FitzJohn

I think I can get everything needed from doxygen, which is at least easy to install. I'm going to try and wire it up so that it can be swapped...

Another update: I think I can get all the required information using doxygen, gccxml or libclang,with varying levels of hassle and corner cases where one or the other won't work....

Yes, go ahead with a PR if this would be useful for you.

unserialized binary blobs don't really exist - there is not a linear memory map for all but the simplest structures. `fst` is only going to work if *every* object serialised...

This would be possible to implement. We would need to know for each special case: * the R class of the special case * a custom serialisation function that would...

Thanks @wlandau - I'll take a shot at an abstraction layer for this once I see what the connection interface to the fst compression looks like. I think once that's...

For some types of objects storing a copy of the data in the RcppR6 object's R environment could help. Keeping things in sync is hard. But if we could do...

At the least, it should be possible to facilitate load/save, even if we have to use the RApiSerialize interface to do this. However, that doesn't deal with the case where...

I don't love this idea I'm afraid. But if you can work up a PR that doesn't seem overly complicated and preserves the existing behaviours by default I would be...

ok, let me know - sorry for the slow responses recently, but I'm hoping to get more time on this next year