Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance Stats and Documentation #238

Open
surapuramakhil opened this issue Apr 15, 2019 · 2 comments
Open

Performance Stats and Documentation #238

surapuramakhil opened this issue Apr 15, 2019 · 2 comments

Comments

@surapuramakhil
Copy link

I have tried to understand how this project (java torrent) works but couldn't find details completely. the only information I get is from Readme file of this repo. pls, provide complete documentation and internal working ( always important for performance) / concepts which are made/considered when building it.

@oc3anborn
Copy link

Recently I faced with the same problem. I'd like to use this library in my project, but I didn't find any documentation. Please, provide documentation if it's possible.

@Dead-off
Copy link
Collaborator

We use the library in temcity torrent plugin. So as some performance stats i can give this data:
our internal server seeds about 10k torrents (of course only 5-10 clients download some torrents at the same time). It takes about 20mb memory.
seeding and downloading speed is about 50-60 mb/s on 1gb/s network.
currently, the main performance problem is in file system operations (particularly on windows OS).

If you need some help about using the library just ask me:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants