Riduidel / lifestream

a Maven project generating markdown files for each of my entries on various web services (currently planned ones are wordpress, Goodreads, and maybe StackExchange sites)
2 stars 0 forks source link

Optimize the tag listing in tag page #27

Closed Riduidel closed 4 years ago

Riduidel commented 4 years ago

We do two loops where only one is needed. So by simply

  1. Putting list of posts prior list of connected tags
  2. Constructing list of connected tags during post iteration

Things would be faster