Mario Rugiero

Results 187 comments of Mario Rugiero

> Unblock since Batcher individual pausing will be added in [another PR](https://github.com/yetanotherco/aligned_layer/pull/1272) I'd suggest to block this until #1272 is merged

Is there any chance to fix this by downloading some of the images concurrently? I figure it may be complex due to rate limits, bandwidth usage, etc.

I made a quick fork for those who can't migrate to `iai-callgrind` which is more actively maintained. You can override the dep to point to the fixed version: ```toml [patch.crates-io]...

> Note that it's not just adding lots of checks: there are some API methods in CRoaring which allocate memory but do not return that memory (directly) and so how...

I'm converting to draft to apply the change to a few other changes where it's relevant before merging. It'll be ready soon.

I totally forgot about this. Now it's ready.

I'm thinking of an improvement that could come later on, which is keeping around exactly the number of goroutines we need and sending tasks via channels. That should reduce both...

If it's for the test suite, can't a test helper handle the unzipping and loading? I find specially odd the fact that we load the memory dump when the VM...

> 1. The Python VM produces a ZIP file, so IMO the loader needs to take a ZIP file as input. Sure, it's a problem, but I guess we have...

> Regarding the ZIP file, my point is mostly "There are Cairo PIEs generated as ZIP files in the Cairo ecosystem so the `CairoPie` struct should have a compatible loader"....