Skip to content

Commit 1163554

Browse files
committed
add intro
1 parent 6677353 commit 1163554

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
#Introduction
2+
3+
Extremely fast implementation of the [node strftime module](https://github.com/samsonjs/strftime).
4+
5+
npm install fast-strftime
6+
7+
#Benchmarks
8+
9+
Results using node 0.11.13
10+
11+
$ node ./benchmark/fast.js
12+
2014-05-20 08:15:18 PM +0300
13+
2898550 op/s
14+
15+
$ node ./benchmark/slow.js
16+
2014-05-20 08:15:22 PM +0300
17+
99522 op/s
18+
19+
-> Up to 29x faster than original
20+
121
#License
222

323
MIT License:

0 commit comments

Comments
 (0)