Shevek
Shevek
Thank you, this is resolved. I don't control the registry for the .org domain, so I switched everything to .net and it is official. The github page and I think...
Thank you. I will review.
Interesting, it's all nullability. These days I code with a static analyzer to avoid that kind of issue, but I don't have it for C, only Java.
The current CLI is obsolete, and will probably be rewritten in a future version. The current design is really only suited for use as a library.
Sure, we'll get there. :) Please feel free to contribute one: You want a Client, with one or more Torrents added to it, and then start() the Client. It doesn't...
I don't actually know a good answer to your question. TBH, I wrote this as a tutorial exercise for some other programmers in how to write and profile good code...
Right now, gzip decompression is costing me 45 seconds per unit test in one of my products, and my system has 4 cores. The data might or might not have...
Also, for linear scaling, the largest boxes I have are a 4(8 w/HT) core E5620 and a similar Core2. It seems not to get much benefit from the HT cores....
I have solid 64-core hardware now. That's all.
That's actually by design, the purpose of the library is to generate graphs with only one edge between any pair of nodes. Hadn't really thought about multigraphs... We tend to...