robert

Results 150 comments of robert

This may conflict with the in-place-allocation that already exists...

Jobs are packed into a 256-byte array, which is almost the same strategy as `CachePadded`.

I'd say this isn't _fully_ solved yet -- to really do it I'd say we need to be able to specify custom alignment for types.

once #[repr(align = n)] is implemented, we can start doing this on nightly.

There's a very minimal example in the documentation but it probably doesn't really explain what it's good for. Many potential examples are better served by `Spawner::join`, which is just a...

I tried to do this today -- compiletest-rs doesn't compile on stable. Maybe it can be made to.

This has been somewhat solved by distributing job pools and queues via an Arc'd vector, so one worker going down won't bring lead to dangling references to a thread-local like...

Lately I've been playing around with using a ledger on a Raspberry pi. I understand that maintaining an app image for this arch is a large support burden, but I...

Just to try it, I was not able to successfully build https://github.com/LedgerHQ/lib-ledger-core repository on raspberry pi. I configured with this invocation: ``` cmake -DBUILD_TESTS=OFF ../lib-ledger-core ``` I did not want...

I'm not aware of anything that's available generically in no-std. For now I think it would be best to implement a `WithRayon` adapter available under `std`, perhaps even under a...