Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smikhalevski committed May 25, 2022
1 parent 7ed2cd1 commit c355e4e
Show file tree
Hide file tree
Showing 4 changed files with 702 additions and 589 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Various algorithms and utilities.

- Highly performant: in-out arguments and no heap allocations;
- Tree-shakeable;
- High performance and low memory consumption: in-out arguments and no heap allocations;
- Lightweight and tree-shakable;
- Thoroughly tested.

Algorithms from this library are used in [Paint Bucket](https://github.com/smikhalevski/paint-bucket#readme) color
Algomatic is used in [Paint Bucket](https://github.com/smikhalevski/paint-bucket#readme), an extremely fast color
manipulation library, check out [its performance](https://github.com/smikhalevski/paint-bucket#performance).

🔢 [API documentation is available here.](https://smikhalevski.github.io/algomatic/)
Expand All @@ -17,7 +17,12 @@ npm install --save-prod algomatic

- [Arrays](#arrays)<br>
[`binarySearch`](#binarysearch)
[`sort`](#sort)
[`sort`](#sort)<sup> 🚀</sup>
[`copyOver`](https://smikhalevski.github.io/algomatic/modules.html#copyOver)
[`range`](https://smikhalevski.github.io/algomatic/modules.html#range)
[`swap`](https://smikhalevski.github.io/algomatic/modules.html#swap)
[`asc`](https://smikhalevski.github.io/algomatic/modules.html#asc)
[`desc`](https://smikhalevski.github.io/algomatic/modules.html#desc)

- [Interpolation](#interpolation)<br>
[`lerp`](#lerp)
Expand Down
Loading

0 comments on commit c355e4e

Please sign in to comment.