Performance question.

42 views
Skip to first unread message

Michael Monashev

unread,
Sep 17, 2014, 3:38:02 PM9/17/14
to nod...@googlegroups.com
Hi!

I have array of buffers:
var data = new Array(123);
data[0] = new Buffer(456);
...
data[122] = new Buffer(789);

What is the fastes way to read 1 byte from data?
data[x][y] is very slowly. :-(


--
Michael

Reply all
Reply to author
Forward
0 new messages