wwoast / redpanda-lineage

Data schemas, standards, and processing for building a Red Panda lineage graph
25 stars 16 forks source link

Fix shuffle paging #223

Closed wwoast closed 4 years ago

wwoast commented 4 years ago

This improves the quality of shuffled content in tag searches and the group panda searches. Previously, it was shuffling different sized arrays and hoping the results would be consistent. Now it shuffles the entire array, and only pages out the content post-shuffle.

There's still some kind of issue in how I'm doing the random seed selection / feedback, so that code needs to be rewritten next.