Skip to content

Commit

Permalink
QuickImport generates input data in multiple threads
Browse files Browse the repository at this point in the history
also simplified the way data can be generated this way be a great deal
so that the only thing required is to implement:

- one Function<Range,InputNode[]>
- one Function<Range,InputRelationship[]>

where Range is a start id and number of entities, and the rest will
be taken care of.

Introducing TicketedProcessing which simplifies writing of parallelization
like this.
  • Loading branch information
tinwelint committed Jun 22, 2016
1 parent e9267be commit ae8a6f5
Show file tree
Hide file tree
Showing 21 changed files with 1,123 additions and 487 deletions.

This file was deleted.

This file was deleted.

0 comments on commit ae8a6f5

Please sign in to comment.