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

mauriciosantos/Buckets-JS

A complete, fully tested and documented data structure library written in pure JavaScript. observed · 2026-08-28

github.com/mauriciosantos/Buckets-JS · JavaScript · MIT (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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5361
  • days_rel: n/a
  • days_push: 2081
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1254 stars · 112 forks observed · 2026-08-28

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

Buckets is a complete, fully tested and documented data structure library written in pure JavaScript. It provides classic data structures such as linked lists, dictionaries, sets, stacks, queues, heaps, priority queues, and binary search trees, plus array utility functions.

Use cases

  • use a dictionary or map with custom equality functions in JavaScript
  • implement a priority queue for scheduling tasks in Node.js
  • use a linked list or stack data structure in the browser
  • perform set operations like union and intersection in JavaScript
  • use a binary search tree for sorted collections in JavaScript
  • manipulate and search arrays with utility functions

When to choose

  • you need classic data structures (heap, BST, multimap, bag) not provided natively in JavaScript
  • you need a dependency-free, pure JavaScript library that works in any browser including old ones and Node.js
  • you want a small, well-documented and fully tested collection library

When to avoid

  • you need a library with recent maintenance or modern ES module/TypeScript support
  • you only need structures already available natively (Map, Set, Array) and want zero dependencies
  • you need high-performance or immutable/persistent data structures

Facets

library · maturity maintenance

developer-tools developer-tools web-development browser cross-platform data-structures collections javascript linked-list dictionary priority-queue binary-search-tree stack queue set algorithms nodejs

1 source

Member repositories

RepositoryRoleHealth v2
mauriciosantos/Buckets-JSmain23

For agents

markdown · JSON · MCP: product_card(name="mauriciosantos/Buckets-JS")

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