Jason Lee

Results 20 comments of Jason Lee

This looks like profiler output showing that division is slow. Where in this output does it say that underruns are occurring?

Thanks for the suggestion! I might get around to doing it at some point.

Hi. The code in this repository was written because I wanted to practice C. I am no longer actively working on it. If you wish to push documentation commits, I...

I have no plans to expand this library. I wrote it to practice C. If you would like to expand upon it, feel free to open pull requests.

Normally, I would have placed the class in a namespace, but this was intended as a drop in replacement for `uintX_t` types, and I wanted it to look the same...

@sempervictus I agree that Z.I.A. would be useful for #15731. Code reviews and people testing the changes would be helpful in getting Z.I.A. merged into ZFS.

Thanks for the enthusiasm @Ramalama2! We have noticed the same issues with backing ZFS with NVMes. Z.I.A. is intended to recapture all of the performance that ZFS already captures but...

Only RAIDZ generation and reconstruction were modified to offload data.

I am afraid performance has never been a strong point of this library. Can you provide example values that will cause karatsuba to segfault? It might be recursing too much.