Joseph Perez

Results 165 comments of Joseph Perez

Idk why the test failed... ¯\\\_(ツ)\_/¯

@Mallets @yellowhatter

I've run throughput example, and performances after this PR are better, as expected.

As this PR is neither urgent nor important, it can be postponed or closed because my implementation isn't good indeed.

@yellowhatter Could you check my updates regarding shared memory?

Serialization API is ok, but it should be possible to override the serialization algorithm of primitive types.

Actually, I think both the examples written in the issue shouldn't fail, because there is no error according to borrowing/aliasing rules. Using `miri`, this code runs fine: ```rust let cell...