Page MenuHomePhabricator

Detect "data" modules
Closed, ResolvedPublic

Description

Some of the modules don't have any algorithm inside of them and are purely used to return (and store) data. We could lessen the amount of data we have to process if we distinguish modules, that are used simply for that.

The simple way to sort at least some of them is to detect functions, which have no other code than return {<some data inside>}.