Queue Perfomance in JavaScript
▼6 up and 0 down, posted by
6 up and 0 down, posted by
Code: https://github.com/tracker1/queue-testing This is in reference to another post: https://www.echojs.com/news/38820 I made a comment in error, but was curious how bad it could be, so wrote a couple different queue implementations and did a little performance testing. In case anyone else is interested in doing a little one-off performance testing in JS this should act as an example. I didn't take the time to get memory profiles, which would help for a couple other bits of information, but couldn't get memory usage working via perf, and snagging the free memory was very inconsistent to say the least. Just putting it out there, in case the example(s) help anyone.