Gerd Zellweger

Results 142 comments of Gerd Zellweger

I've been running into this problem with our test-suite that creates and drops many (100s, a few for every test) of column families to isolate test execution and drops them...

>Does this problem have been solved? No adding and removing column families is still very slow in rocksdb. see also: https://github.com/facebook/rocksdb/pull/11920/files#diff-3778fac04ebd470104a6731fffe0d2dcf93950a23b20297165a35643fe9c3d2bR365

Hi, First of all, sorry for not replying earlier. Last few days have been quite busy. AFAIK you should already be able to use perfcnt as a library and include...

Hi This sounds good. If we can borrow the code from multiboot2-elf64, that's great and would make adding this easier. I'm not against re-licensing the code as MIT/Apache2.0 but at...

are you able to share the binary you're trying to load? Or minimal source example+compiler (version)+linker (version) that produces the binary?

Definitely, feel free to send a PR. Otherwise we'll have to wait until I get around upgrading it. Currently the crate is at the SDM state from ~2018 for Intel...

Hi, Thanks for your interest in x86. I think that it would be possible to provide such a struct that essentially captures the CPU register state. Ideally, I'd like this...

Hi @Wenzel, Alright, so it looks like we could try to aggregate all these according to the SDM. > If I include your crate in my project, does this mean...

Hi, thanks for submitting this! Can you walk me through the reasoning or point me to the right documentation when a trait method should be marked unsafe? I'm struggling a...

all of the queries for completeness | query | ('elapsed', 'mean') | ('elapsed', 'std') | ('elapsed', 'min') | ('elapsed', 'max') | |:------------------|----------------------:|---------------------:|---------------------:|---------------------:| | 0 | 17.8558 | 0.225236 | 17.704...