jsergiu / ifoo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spurv(Beta)

avatar

npm version

The Documentation

Documentation Link

What is Spurv?

  • A library which includes many useful functions and data structures that JavaScript doesn't have yet.
  • Most of them comes from my daily work and study.
  • Spurv is written in TypeScript.
  • Use ES Module to bundle them all under the hood.
  • No external dependencies.

What does Spurv provide?

  • Helper Functions
    • Math
    • Functional Programming
    • Object/Array Iteration
  • Data Structure
    • Link List
    • Tuple
    • Tree
    • Graph
  • Performance
    • Faster
    • As Less Heap Memory Used AS Possible

About


Languages

Language:TypeScript 61.0%Language:JavaScript 37.1%Language:HTML 1.9%