heimdalljs

WebJar for heimdalljs

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

0.3.0-alpha3
Дата

Дата

Тип

Тип

jar
Описание

Описание

heimdalljs
WebJar for heimdalljs
Ссылка на сайт

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

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

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

https://github.com/heimdalljs/heimdalljs-lib

Скачать heimdalljs

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : rsvp jar [3.2.1,4)

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

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

Heimdall

Build Status

A blazingly fast performance stat monitoring and collection library for node or the browser.

How fast?

Heimdall allows for 2 forms of stat collection: counter based and time based.

The overhead of time based stat collection is the cost of allocating a tiny TypedArray, a four element Array, and performance.now(). On Desktop Chrome on a 2015 era MacBook Pro this amounts to roughly 200 nanoseconds. You can easily run the benchmarks on devices you care about to see what the cost will be for you.

The overhead of counter based collection is the cost of a method call with two bitwise operations and an integer increment. An occasional Uint32Array allocation is thrown in when more space is needed. The cost here is pragmatically negligible, and counters are ideal for situations in which the overhead of a timer is enough to significantly alter stats.

Getting started

Check out heimdalljs for more info on getting started and installed.

How is the repo structured?

The Heimdall repo is managed as a monorepo that is composed of many npm packages.

org.webjars.npm

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

Версия
0.3.0-alpha3
0.2.5
0.2.4