Relative Content

Tag Archive for javajsonarraylist

How to optimize searching through json array from file

I’m trying to look through and find the most played songs from my spotify listening history download, and my code below uses 99% cpu for 20 seconds and then fails with “Exception in thread “main” java.lang.OutOfMemoryError: Java heap space”.