Andrew Jeffery

Results 21 comments of Andrew Jeffery

I'm not too sure when I'd get to it at the moment either but might be able to have a bit of a poke around here and there.

![image](https://user-images.githubusercontent.com/13849792/177120341-cf988f76-c739-47cc-8c77-c3bccc55d3c5.png)

I've now made it so that these get built as part of the docs workflow and published (though not directly linked to), available at https://automerge.org/automerge-rs/automerge-c/ This will keep up with...

Is it possible to extract a benchmark for this so that we can profile it to see where the time is being spent? I think we could optimise the `ListVals`...

The load target gave me a panic which led to https://github.com/automerge/automerge-rs/pull/317. I haven't seen any others so far.

I can have a go at rebasing hopefully this weekend and then look to merge it.

@orionz Now rebased, happy to merge if it looks good to you

Great! For the commits, did you have a particular scheme in mind to help? https://www.conventionalcommits.org/en/v1.0.0/ perhaps?

@alexjg Nothing blocking it from me

Hi @lightsprint09, thanks for the report. The Rust version of that function indeed does return the change so this should be wired through to the C code too I think.