summaryrefslogtreecommitdiffstats
path: root/ProcessTable.h
Commit message (Collapse)AuthorAgeFilesLines
* Relocate include of config.h from header to source modeuleBenny Baumann2023-12-261-2/+0
|
* Update includes based on IWYUBenny Baumann2023-12-261-5/+0
|
* Rename ProcessList to ProcessTable throughoutNathan Scott2023-08-311-0/+59
Following up with some discusson from a few months back, where it was proposed that ProcessTable is a better name. This data structure is definitely not a list ... if it was one-dimensional it'd be a set, but in practice it has much more in common with a two-dimensional table. The Process table is a familiar operating system concept for many people too so it resonates a little in that way as well.

© 2014-2024 Faster IT GmbH | imprint | privacy policy