Hacker News new | ask | show | jobs
by azakai 5038 days ago
Well, how you create data structures might matter for performance - if you turn C# structs into JS typed arrays for example and do the proper conversions, that could be much faster than simple JS objects or even arrays.