top | item 5754484

Implementing Multidimensional Arrays in JavaScript

15 points| 6a68 | 13 years ago |0fps.wordpress.com | reply

4 comments

order
[+] hogu|13 years ago|reply
sorry if this is obvious - Is this useable in the browser? I couldn't find mention of this anywhere, But everything that is inolved (typed arrays) seem like they should work client side.

thx.

[+] 33a|13 years ago|reply
Yep! It should work in both settings. Just use browserify and you can stick it in your project.
[+] mdstaff|13 years ago|reply
Did you consider any alternatives to numeric.js?
[+] 33a|13 years ago|reply
I tried searching but didn't find much. If you have some good suggestions I'd be happy to know about them.