alexcorvi / anchorme.js

Tiny, fast, efficient, feature rich Javascript library to detect links / URLs / Emails in text and convert them to clickable HTML anchor links
http://alexcorvi.github.io/anchorme.js/
MIT License
561 stars 64 forks source link

Link to performance tests #2

Closed dandv closed 8 years ago

dandv commented 8 years ago

Tested against Autolinker.js and linkifyjs on FireFox. After 10000 iterations anchorme.js scored 300ms while others where around 1200

Would love to see the tests, and what the performance differences are in Chrome.

(I've added this library to my StackOverflow answer on replacing plain URLs with strings).

alexcorvi commented 8 years ago

Performance comparisons are now available on the demo page.