pyckle
pyckle
Hi, I think you may have misunderstand the suggestion. I was not refering to interpolation between the weights during the merge step, although this is a fascinating idea - I'll...
Hi, The image that you sent didn't get attached. Would you mind sending it again? In the meantime, I made some visualizations of what the code I wrote does: https://github.com/pyckle/t-digest/blob/master/docs/t-digest-paper/weighted-vs-linear-interpolation.pdf...
Hi Ted, Sorry for the delay. I've been very busy recently and just got a chance to start looking at the changes you've made. I will try and find a...
Hey. Things are very busy for me for the next few weeks, but I'll take a look at this soon. Most likely the best way to understand why the code...
@bajinsheng - I think you made a mistake in your test case that fails - I think you intended to call `executeQuery()`, not `executeUpdate()`. `executeQuery()` is a noop. See: https://www.sqlite.org/c3ref/exec.html...
Hi, What version are you using? Are you trying to download just the metadata file, or the entire torrent? What exact error are you getting? I just fixed a minor...
Hi, I think you'll need to write a bit of java code to do this. First, create a torrent context with a Magnet URI. Some examples on how to do...
Hey @yjs112233 CliClient is designed to be used from the command line, not programatically. The runtime shutdown is disabled: https://github.com/atomashpolskiy/bt/blob/7a141ed42b82af30663354db4e8fa8be2364bb4e/bt-cli/src/main/java/bt/cli/CliClient.java#L139 Is there a reason why you're using the CliClient class...
> However, after integration, I found that the same BT file cannot be received in the same BtRuntime, and it will stop running because it has been registered. If this...
> Now the application can work persistently. It looks as if the leak has been fixed, The number of close_waits becomes normal. Excellent (: > The fly in the ointment,The...