Ross ROSS = Recommend OSS · open-source software intelligence for agents

peterolson/BigInteger.js

An arbitrary length integer library for Javascript observed · 2026-08-28

github.com/peterolson/BigInteger.js · JavaScript · Unlicense (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5108
  • days_rel: n/a
  • days_push: 943
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1127 stars · 187 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

BigInteger.js is an arbitrary-length integer library for JavaScript, enabling arithmetic on integers of unlimited size. It now acts as a thin wrapper over the native BigInt when the environment supports it.

Use cases

  • perform arithmetic on integers larger than Number.MAX_SAFE_INTEGER
  • parse and convert numbers in arbitrary bases
  • polyfill BigInt support in older JavaScript environments
  • compute factorials or modular arithmetic with huge numbers
  • handle cryptographic-style large integer math in the browser

When to choose

  • you need arbitrary-precision integers in JavaScript and must support environments without native BigInt
  • you need flexible base conversion with custom alphabets
  • you want a lightweight, dependency-free big integer library

When to avoid

  • you only target modern environments with native BigInt support
  • you need arbitrary-precision decimals or floats rather than integers
  • you need very high performance heavy computation, where native BigInt or WebAssembly libraries may be faster

Facets

library · maturity maintenance

math serialization developer-tools web-development browser arbitrary-precision bigint big-integer arithmetic polyfill algorithms javascript nodejs

1 source

Member repositories

RepositoryRoleHealth v2
peterolson/BigInteger.jsmain23

For agents

markdown · JSON · MCP: product_card(name="peterolson/BigInteger.js")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem