We might be able to take some reference from - https://github.com/ciresnave/hardware-query/blob/main/src/cpu.rs
We have the type TileBudget type which we need to wire by reading cache sizes from the machine.
Think more on how we can do minimal system calls and reuse the cache sizes across all distance computations.
We might be able to take some reference from - https://github.com/ciresnave/hardware-query/blob/main/src/cpu.rs
We have the type
TileBudgettype which we need to wire by reading cache sizes from the machine.Think more on how we can do minimal system calls and reuse the cache sizes across all distance computations.