Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Something really weird goes on when using stdio
|
|
|
|
|
|
They might already exist if a previous worker process died and was restarted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This hasn't done anything at all since the new indexing subsystem, and hasn't done
anything useful for a lot longer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The did when this was all done with threads, but with separate processes each worker has its own copy of
the structure already. It can be updated after every image and freed at the end.
|