JavaScript CRC32

后端 未结 6 1336
暖寄归人
暖寄归人 2020-12-02 07:05

I\'m looking for a modern JavaScript implementation of CRC32.

This implementation, which may have originated from here, and is now here, there and e

6条回答
  •  Happy的楠姐
    2020-12-02 08:08

    Dystroy optimized, but still Alex is faster. Note that making the string from the document makes an unfair benchmark as the document grows as the testing progresses, since Alex is last he was the most data to process.

    Table setup optimization is great but has debatable effect on the use time execution.

    http://jsperf.com/alex-variations

提交回复
热议问题