Laplacian

Results 4 comments of Laplacian

Hi, Thank you for your prompt response and for pointing me towards VexiiRiscv. I apologize for the delay in replying; I've been occupied with a course's final project recently. I...

I've implemented a potential solution for this. Please see PR #1337 for a minimalistic approach that addresses the issue.

I'm not entirely sure why the original author included the duplicate checks—probably had a good reason. I just worked on speeding up the process they set up. 🤷‍♂️

BTW, I'm thinking of making the `Serialize()` function in `DepotManifest` public. Right now, we've only got `SaveToFile` accessible, which kinda boxes us in. If `Serialize()` were public, we could directly...