Lines Matching +full:runs +full:- +full:on

1-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/pa…
10 $ npm install --save kind-of
18 $ bower install kind-of --save
26 var kindOf = require('kind-of');
142 … [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-
147 current x 23,329,397 ops/sec ±0.82% (94 runs sampled)
148 lib-type-of x 4,170,273 ops/sec ±0.55% (94 runs sampled)
149 lib-typeof x 9,686,935 ops/sec ±0.59% (98 runs sampled)
152 current x 27,197,115 ops/sec ±0.85% (94 runs sampled)
153 lib-type-of x 3,145,791 ops/sec ±0.73% (97 runs sampled)
154 lib-typeof x 9,199,562 ops/sec ±0.44% (99 runs sampled)
157 current x 20,190,117 ops/sec ±0.86% (92 runs sampled)
158 lib-type-of x 5,166,970 ops/sec ±0.74% (94 runs sampled)
159 lib-typeof x 9,610,821 ops/sec ±0.50% (96 runs sampled)
162 current x 23,855,460 ops/sec ±0.60% (97 runs sampled)
163 lib-type-of x 5,667,740 ops/sec ±0.54% (100 runs sampled)
164 lib-typeof x 10,010,644 ops/sec ±0.44% (100 runs sampled)
167 current x 27,061,047 ops/sec ±0.97% (96 runs sampled)
168 lib-type-of x 13,965,573 ops/sec ±0.62% (97 runs sampled)
169 lib-typeof x 8,460,194 ops/sec ±0.61% (97 runs sampled)
172 current x 25,075,682 ops/sec ±0.53% (99 runs sampled)
173 lib-type-of x 2,266,405 ops/sec ±0.41% (98 runs sampled)
174 lib-typeof x 9,821,481 ops/sec ±0.45% (99 runs sampled)
177 current x 3,348,980 ops/sec ±0.49% (99 runs sampled)
178 lib-type-of x 3,245,138 ops/sec ±0.60% (94 runs sampled)
179 lib-typeof x 9,262,952 ops/sec ±0.59% (99 runs sampled)
182 current x 21,284,827 ops/sec ±0.72% (96 runs sampled)
183 lib-type-of x 4,689,241 ops/sec ±0.43% (100 runs sampled)
184 lib-typeof x 8,957,593 ops/sec ±0.62% (98 runs sampled)
187 current x 25,379,234 ops/sec ±0.58% (96 runs sampled)
188 lib-type-of x 3,635,148 ops/sec ±0.76% (93 runs sampled)
189 lib-typeof x 9,494,134 ops/sec ±0.49% (98 runs sampled)
192 current x 27,459,221 ops/sec ±1.01% (93 runs sampled)
193 lib-type-of x 14,360,433 ops/sec ±0.52% (99 runs sampled)
194 lib-typeof x 23,202,868 ops/sec ±0.59% (94 runs sampled)
200 In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchma…
202 … and most common use cases first. Of course, this will change from project-to-project, but I took …
203 2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is…
204 3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `re…
210-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glo…
211-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehe…
212 …s-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primiti…
221 | --- | --- |
231 _(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme),…
236 $ npm install -g verbose/verb#dev verb-generate-readme && verb
261 _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme)…