JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1116
  • Score
    100M100P100Q107211F
  • License MIT

High-quality and essential Typescript data structures

Package Exports

  • @proficient/ds
  • @proficient/ds/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@proficient/ds) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@proficient/ds

High-quality and essential TypeScript data structures


Proficient is released under the MIT license. PRs welcome!

View the full documentation (docs) ▸

Overview

  1. Installation
  2. API
  3. Upgrading
  4. License

Installation

# npm
npm install -E @proficient/ds

# yarn
yarn add -E @proficient/ds

API

FrequencyTable

An object that can be used to efficiently store and manage the frequencies of the specified keys.

SLLQueue

A FIFO queue implemented with a singly-linked list.

StringBuilder

An object that represents a mutable sequence of characters.

Upgrading

Until we release v1, there may be breaking changes between minor versions (e.g. when upgrading from 0.2 to 0.3). However, all breaking changes will be documented and you can always use our Releases page as a changelog.

License

This project is made available under the MIT License.