Ezra
Ezra
I think this is a cool idea for sure, but browsing the logs, it would require a lot of work, some of which would have to happen in underlying libraries....
Interesting, I'll look into this and see if I can find what's going on.
Now that libtorrent supports v2 there's more reason for us to actually support the protocol. I don't expect this to be done soon but it will be something to implement...
The implementation of PEX helps quite a bit with finding peers, though work still needs to be done for DHT to make sure it can reliably find initial peers.
Yep, that would probably work well.
The list is up to date. On release I'll probably also make a shorter list which gives an overview of stability of the important features as well, since even though...
RSS feeds aren't supported right now, though I do think supporting them in some way eventually will be a good idea.
I guess you could think of it as in maintenance mode. I'm still merging PRs that people send but not actively developing new features.
It definitely would be nice to have a library which made it easy to handle processing. It would be some work though as there'd likely have to be a synchronous...
I'll look into this, but generally I'd avoid the mmap feature it possible, my conclusion on it is that the theoretical gains aren't worth the complexity. It will probably be...