Skip to content

Finds the optimal piece length for a given number of bytes.

Notifications You must be signed in to change notification settings

disarticulate/piece-length

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piece-length

piece-length finds the optimal piece length for a given number of bytes. Optimal for what exactly? BitTorrent. VuzeWiki and TorrentFreak have both released some examples of ideal piece lengths, and this algorithm will reproduce them.

Build status

Browser support

Install

npm install piece-length

Example

var optimum = require('piece-length')

// 350mb should be 256kb
optimum(367001600) // => 262144

License

MIT

About

Finds the optimal piece length for a given number of bytes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%