Commit Graph

4 Commits

Author SHA1 Message Date
Syed Muhammed Hassan Ali
f51d763c5e
Refactored ServerController.scala for better readability
- Removed the import of com.twitter.graph_feature_service.thriftscala.Server.GetIntersection and com.twitter.graph_feature_service.thriftscala.Server.GetPresetIntersection since they are not being used.
- Removed the import of com.twitter.graph_feature_service.server.handlers.ServerGetIntersectionHandler.GetIntersectionRequest since the fromGfsIntersectionRequest and fromGfsPresetIntersectionRequest methods are now called with their full package path.
- Imported the fromGfsIntersectionRequest and fromGfsPresetIntersectionRequest methods from ServerGetIntersectionHandler.
- Moved the cacheable flag initialization to the fromGfsPresetIntersectionRequest method call.
- Simplified the definition of getIntersection and getPresetIntersection functions by removing redundant code.
- Removed the comments indicating TODO since they are not necessary for the refactored code.
2023-04-01 21:56:49 +05:00
twitter-team
ec83d01dca Remove stats collection code measuring how often Tweets from specific user groups are served 2023-03-31 17:39:34 -05:00
twitter-team
64e754887b Fix simclusters README 2023-03-31 17:39:21 -05:00
twitter-team
ef4c5eb65e Twitter Recommendation Algorithm
Please note we have force-pushed a new initial commit in order to remove some publicly-available Twitter user information. Note that this process may be required in the future.
2023-03-31 17:36:31 -05:00