lilydjwg / swapview-rosetta

Print swap usage per process. Implemented in various programming languages
491 stars 108 forks source link

Add D_parallel #94

Closed yshui closed 9 years ago

yshui commented 9 years ago

This parallelized version is not significantly faster than the non-parallel version, probably because the GC allocator of D has to acquire a global lock each time a thread allocates.