Performance

Quick Performance Testing …

There’s always a debate about which approach to solving a problem will be more performant in your application. Some comparisons are clear, others can be a toss up. Here’s a quick way to setup a performance test using Node. Finding the last element in an array var myArray = …