MateusZitelli / js-tree-algorithms

GNU General Public License v3.0
1 stars 0 forks source link

Use ASM to compare Linked List ArrayBased implementation #12

Open cirocosta opened 10 years ago

cirocosta commented 10 years ago

I'm not sure but i think ASM.js uses some sort of array to implement its 'memory addresses' for operations with pointers. As the array-based solution that i've implemented uses a similar trick, checking out what code asm would generate for the same data structure would be great :smile: