Files
node-v0.x-archive/benchmark
Ben Noordhuis a329729537 buffer: speed up base64 encoding by 20%
Remove a lot of branches from the inner loop. Speeds up buf.toString('base64')
by about 20%.

Before:

  $ time out/Release/node benchmark/buffer-base64-encode.js
  real    0m6.607s
  user    0m5.508s
  sys     0m1.088s

After:

  $ time out/Release/node benchmark/buffer-base64-encode.js
  real    0m5.520s
  user    0m4.520s
  sys     0m0.992s
2012-12-28 13:20:07 +01:00
..
2010-09-09 11:03:50 -07:00
2010-06-29 23:59:24 -07:00
2011-12-26 03:23:34 +01:00
2011-12-23 03:09:36 +01:00
2011-01-10 18:00:21 -08:00
2010-08-21 01:24:14 -07:00
2011-10-11 22:40:04 -07:00
2009-07-13 16:38:55 +02:00