piece-length

WebJar for piece-length

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

piece-length
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

piece-length
WebJar for piece-length
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/michaelrhodes/piece-length

Скачать piece-length

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/piece-length/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>piece-length</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/piece-length/
implementation 'org.webjars.npm:piece-length:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/piece-length/
implementation ("org.webjars.npm:piece-length:1.0.0")
'org.webjars.npm:piece-length:jar:1.0.0'
<dependency org="org.webjars.npm" name="piece-length" rev="1.0.0">
  <artifact name="piece-length" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='piece-length', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "piece-length" % "1.0.0"
[org.webjars.npm/piece-length "1.0.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : closest-to jar [2.0.0,2.1)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0