This repository is associated with the Efficiently Merging Arrays in JavaScript article. This repository includes the samples and basic performance benchmark tool.
To get started:
Clone this repository
git clone https://github.com/ecofic/article-efficiently-merging-arrays-in-javascript
Install the dependencies
npm install
Install the dependencies
npm run dev
NOTE: I've experienced some caching issues. To work beyond this, you may need to open an incognito window.
Now that you're up and running with this code, I want to continue by giving you a quick tour.
This repository includes the following directories:
Directory | Purpose |
---|---|
src |
The samples and benchmark tool associated with the Efficiently Merging Arrays in JavaScript article. |
At this point, you should be able to experiement with this repository. I also want to provide a special thanks.
This repository relies on code from the following repositories. These repositories sped up the development of this sample code.
Project | Repository | License |
---|---|---|
Bootstrap | view | MIT |
lite-server | view | MIT |
If this repository helped you, I hope you'll provide attribution in some way. Thank you. 👍