Skip to content

Look at ways of parallelizing over factors #47

Description

@dorukkilitcioglu

It looks like parallelizing over factors is a common thing to do, and we can attempt that and compare with our code. If we just let each thread do one factor per rating, that's too little work per thread. If we let each thread loop over all the users, that's too sequential. The optimal thing is probably somewhere in between.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions