piece-length

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

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

install

npm install piece-length

note: you may need to polyfill Math.log2

use

var optimum = require('piece-length')

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

obey

MIT

Metadata

  • MIT
  • Whatever
  • Michael Rhodes
  • released 1/20/2017

Downloads

Maintainers