dwavesystems / dwavesystems/dimod
Parallel loading of BQM files
Open
enhancement
- Dominant language
- Python
- Stars
- 143
- Forks
- 91
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 3
Description
The BQM file-like serialization encodes each neighborhood as a block of the file. Similarly, AdjVectorBQM and AdjMapBQM store their neighborhoods in separate blocks of memory. In principle we could parallelize the loading, for performance on very large BQMs.
Contributor guide
Assessment
This issue has not been assessed yet.