Results 226 comments of Simonas Kazlauskas

The problem with this tool’s interface is that it exposes the hardware with least amount of sugar on top of it as possible. That means that the colour specifiers, for...

I have seen multiple different use-cases asking for symbols associated with a library instance, but nothing quite like this. Most of the use-cases involve collecting the `Library` together with a...

Although I don't see things breaking *hard* after a few days, I observe a lot of `icvExtractPattern` assertions too after an upgrade to 0.13.1, where a previous version before was...

Yeah, this is unfortunate. My memory of this issue is that there's no good way to use CPU detection to filter out the CPUs that do the wrong thing (e.g....

Fixed in https://github.com/nagisa/rust_rdrand/commit/5ef19218ce5bd216fbb444f36624f9c6e192c2e1 I believe.

> The comment says "On AMD processor families < 0x17." I don't have enough direct information on the matter but I think BoringSSL excludes some 0x17 CPUs As my previous...

FWIW we can look and keep an eye on [the prefetching graphs](https://nearinc.grafana.net/d/lJoEBtn4k/prefetch-dashboard?orgId=1&var-node_id=ci-d5c55b5a-mainnet-rpc-europe-west4-01-14922a3a&var-shard_id=0&var-shard_id=1&var-shard_id=2&var-shard_id=3&var-shard_id=4&var-shard_id=5&from=1712127561151&to=1712267071668) to get some intuition as to whether the prefetcher is working as we intend it to. But also,...

So, one thing I'm not sure about is that this is modifying a borsh-encoded type, and as far as I can tell no provisions are being taken to ensure that...

Relevant context: https://near.zulipchat.com/#narrow/stream/300659-Rust-.F0.9F.A6.80/topic/.E2.9C.94.20Unable.20to.20compile.20.60core.2Fchain-configs.2Fsrc.2Fclient_config.2E.2E.2E/near/424937326 in particular we should explore if we want to have a CI job or some other way to test for `-p` builds to double check that each...