twitter / GraphJet

GraphJet is a real-time graph processing library.
Apache License 2.0
716 stars 111 forks source link

Moving filter classes into "filter" folder #94

Closed guimingTang closed 7 years ago

guimingTang commented 7 years ago

This Pull Request is meant for refactoring and styling improvements. It changes 2 things:

  1. It moves all the remaining algorithm filters under a directory named "filter".
  2. In the tweet recommendation code path, separates node metadata collection logic into its own method, and some minor styling improvements. No existing logic is affected.