Skip to content

Instantly share code, notes, and snippets.

@monstaro
Created May 11, 2022 16:51
Show Gist options
  • Save monstaro/3aa17f8fbdfff5543f72646dd978ef34 to your computer and use it in GitHub Desktop.
Save monstaro/3aa17f8fbdfff5543f72646dd978ef34 to your computer and use it in GitHub Desktop.
Basic Ranking
{
"score": "decay_linear(time) * popularity ^ 0.5",
"defaults": {
"popularity": 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment