Immutable.js with ionic collection repeat for 15K lists ... anyone?

Using collection repeat i have a beatiful and performant DOM and UI behaviour for my app… But adding data using infinite scroll also increases the size of my looped object … and can cause memory leaks for more than 10K items… any advice ???.. i was thinking using conditonaly immutable.js

Anyone made any experiments about immutable performance in real ionic app … ???