2.0.0 • Published 7 years ago

atl v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

ATL

Version At Least x.x.x

npm npm

Usage

npm install atl --save
var atl = require('atl');
//atl('acture version', 'expect at least version');

// Below
atl('1.2.3','1.4.4'); // false
// Ahead
atl('v1.6.6','V1.2.2'); // true
// Same
atl('V1.2.3','v1.2.3'); // true

Benchmark

ATL (After v1.0.1)
  if > (true) .................................... 4,752,967 op/s
  if = (true) .................................... 4,653,896 op/s
  if < (false) ................................... 4,612,560 op/s

Left Shift (ATL v1.0.0)
  << > (true) .................................... 2,562,098 op/s
  << = (true) .................................... 2,473,787 op/s
  << < (false) ................................... 2,458,286 op/s

License

MIT

2.0.0

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago