Socket
Socket
Sign inDemoInstall

bakasho

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bakasho

A standard library for building libraries and applications


Version published
Maintainers
1
Install size
62.7 kB
Created

Readme

Source

Bakasho

This is a minimalistic standard library. Its goal is to provide the best building blocks so that the end user can easily build other libraries without having to deal with the minutiae of numeric overflows or the implementation of a priority queue for example.

Key focus areas:

  1. Immutable Functional Programming
  2. Asynchronous / Distributed Computing
  3. IO and Stream processing

Finally, it is only concerned with running JavaScript on the Server. It assumes it is being run in an OS environment and makes no attempt to support Browsers. It does, however, support every major OS platform and strives to provide consistent behavior across os and version.


datatype
  types
  arrays
  functions
  collections
  objects
  strings
  numbers
    bigDecimal
    bigInteger


io
  stream
  buffer

async

immutable

datastruct
  Heap
  Pool
  PriorityQueue
  Stack
  Trie
  Set

Other Libraries handled externally but needing implementation

  1. crypto (sha1, md5)
  2. encoding (csv, base32, etc)

FAQs

Last updated on 12 May 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc