webuild-community / federated-blog

A federated blog platform built for WeBuild Community
https://read.webuild.community/
58 stars 34 forks source link

Optimize merge posts from channels #66

Closed huytq000605 closed 3 years ago

huytq000605 commented 3 years ago

I use a max heap to maintaining the most recent posts from all channels then keep pushing them to the docs. So the time complexity is better than the previous one a little bit. I don't know if this is good enough optimization. Merge it if you guys find it helpful or please tell me the way if i can improve this and get it to be merged, thank you!