Closed sshivam95 closed 5 months ago
/dev/shm
folder should do the trickUpdate: the write on memory mapped pickle dictionary in /dev/shm
is way faster than lustre but still comparatively very slow. It took $1$ day to process $146,893$ entities out of $5,037,674$.
Way faster than lustre but very slow overall.
Alternate solution, create a B+ tree implementation in C++
The memory map approach is taking a lot of time to process the index dictionary in the memory mapped file. It took $3$ days to process $41,602$ entities out of $5,037,674$ in a chunk of 10 million triples.