- 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.
- Helper Functions
- Math
- Functional Programming
- Object/Array Iteration
- Data Structure
- Link List
- Tuple
- Tree
- Graph
- Performance
- Faster
- As Less Heap Memory Used AS Possible