Files
node/lib
Nick Apperson ee95e4f5f7 buffer: improve {read,write}{U}Int* methods
Increase the performance and simplify the logic of Buffer#write{U}Int*
and Buffer#read{U}Int* methods by placing the byte manipulation code
directly inline.

Also improve the speed of buffer-write benchmarks by creating a new
call directly to each method by using Function() instead of calling by
buff[fn].

Signed-off-by: Trevor Norris <trev.norris@gmail.com>

Conflicts:
	lib/buffer.js
2014-06-23 16:58:55 -07:00
..
2014-06-08 10:01:23 -07:00
2013-12-12 09:38:47 -08:00
2014-02-10 10:59:52 -08:00
2013-02-22 16:30:27 -08:00
2013-01-16 16:53:11 +01:00
2014-05-23 23:41:30 +04:00
2013-02-28 23:11:47 +01:00
2014-04-15 15:30:43 -07:00