Skip to content
  • Andrew Bauer's avatar
    Adding tools for efficient file system introspection. · dc4de3a5
    Andrew Bauer authored
    Using SystemTools and Directory can be very inefficient
    when dealing with a large number of processes. These classes
    are esentially wrappers for SystemTools and Directory such
    that only process 0 does any file system introspection and
    then broadcasts that information out to other processes.
    dc4de3a5