How is storing values directly in Javascript arrays is different than from storing them in come client side alternative like LocalStorage or IndexDB.
Where the values get stored in either cases. And what are limits.
My use case is: to store very fast data (float values) coming from server somewhere and then read it from that middle source to render the points on a real time plot/graph. Does the frequency also makes a difference to the choice ?
Any sample code snippet will be of great use.