Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Implementing Multidimensional Arrays in JavaScript
(
0fps.wordpress.com
)
15 points
by
6a68
on May 22, 2013
|
hide
|
past
|
favorite
|
4 comments
hogu
on May 23, 2013
|
next
[–]
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
on May 23, 2013
|
parent
|
next
[–]
Yep! It should work in both settings. Just use browserify and you can stick it in your project.
mdstaff
on May 23, 2013
|
prev
[–]
Did you consider any alternatives to numeric.js?
33a
on May 23, 2013
|
parent
[–]
I tried searching but didn't find much. If you have some good suggestions I'd be happy to know about them.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
thx.