Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@proficient/ds

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proficient/ds

High-quality and essential Typescript data structures

  • 0.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.4K
increased by7.6%
Maintainers
1
Weekly downloads
 
Created
Source

@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.

Keywords

FAQs

Package last updated on 01 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc