1.4.0 • Published 4 years ago

rapidash v1.4.0

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

Rapidash

CircleCI npm version codecov trends size pr pr

Follow the documentation for more information about Rapidash and get a quick start!

What is Rapidash?

Rapidash is a JavaScript utility library designed for performance, modularity, and reliability. Unlike other utility libraries, Rapidash designed from the ground up to be fast all the time against all JavaScript engine versions. Also being open-source friendly, it is evolving faster than any other utility library.

Install

  • npm
npm install rapidash
  • yarn
yarn add rapidash

Usage

const r = require('rapidash');
console.log(r.max([1,2,3])); // 3

Check out functions for all features.

How it works?

  1. A new problem released on Rapidash.
  2. Contributors submit solutions.
  3. The new solution is tested automatically and if it is valid it gets added to the solution list.
  4. Rapidash automatically picks the fastest solution on each build so each version shipped with the fastest solutions all the time.
  5. Other solutions are removed from the bundle to reduce bundle size automatically.

Why?

Because creating high-quality pull requests is hard. Just because of this lots of newbies are not even trying to contribute open-source projects. But with Rapidash every solution that passes tests is accepted. You will also get scored based on your solutions ops/sec. With a little bit of gamification, I believe we can courage people into more open-source projects.

1.4.0

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.2.0

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

0.0.1

5 years ago