[yt-svn] New issue 329 in yt: Faster load times on many processors

Bitbucket issues-reply at bitbucket.org
Mon Nov 14 05:54:37 PST 2011


--- you can reply above this line ---

New issue 329: Faster load times on many processors
https://bitbucket.org/yt_analysis/yt/issue/329/faster-load-times-on-many-processors

Matthew Turk / MatthewTurk on Mon, 14 Nov 2011 14:54:37 +0100:

Description:
  Right now the standard build of yt has huge startup costs when loading on many processors simultaneously.  This can be fixed through a two-step processes:

1) Reduce overhead of loading shared libraries
2) Reduce overhead of loading .py files

The first can be addressed either through clever replacements of dlopen (outside our wheelhouse) or static linking, both of which will somehow consolidate reads.  The second can be addressed through usage of zipimporting.

Responsible:
  MatthewTurk
--

This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.



More information about the yt-svn mailing list