v1.1.1
Code Readability
- Added Comments and renamed a couple of internal variables for consistency ae733e6
Performance
- Performance fix: Inserting for the first time doesn't require an index because we'll be doing
appendChild
. Getting rid of this significantly improved the performance as mentioned here. Commit: 24b77e8