Results 308 comments of Travis Downs

I don't think this is an easy problem to solve within the confines of OSACA. Unlike register dependencies, memory deps are data dependent. Since you do static analysis of a...

> In fact, this is already implemented. In VSCode it's off by default, you'll need to set`"editor.formatOnType": false`. Are you suggesting that if this setting is enabled, it should work...

Though it was not the answer I was hoping for, I appreciate the clarification, thank you!

Newer client chips (e.g. Ice, Tiger and Rocket Lakes) work a bit differently (heavy vs light distinction disappears, only width seems to matter) but regardless Daniel's advice still applies: you...

Awesome! I guess it does raise the question of why you need the `-r` at all: if the user provides a directory, isn't it implied that they'd like to process...

I see, I guess it makes sense. One caveat is that `memcpy` speed is very dependent on the size of the underlying buffer - for _large_ buffers (i.e., larger than...

I guess I would kind of expect the `memcpy` "codec" to just act like another codec, and obey the same parameters and behaviors, rather than being special cased like it...

> Having that many partitions for a small number of topics is a bit of a special use-case which librdkafka is not optimized for (obviously), but this should be fixed...

Any update on this? Using the downloaded logs from BK is very annoying because all the output appears interspersed with an extra newline.

With larger strides, everything is less efficient on a "per line basis" because you have to do relatively more things like page walks, and also prefetching is less efficient (since...