how to break up a large module?

Jerzy Karczmarczuk karczma@info.unicaen.fr
Fri, 30 May 2003 15:03:59 +0200


Simon Marlow wrote:

> Be careful about accidental overloading:
...

> Be careful with exports.  Prune export lists to just those functions
> which need to be exported.


How a too long export list can slow-down the target program?

Jerzy Karczmarczuk