mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-01 02:28:41 +02:00
using qsort() instead of its own linked-list-based sorting, which is horribly inefficient. This change allows power nets (which tend to be connected to all transistors) to be extracted in a reasonable amount of time (hours instead of days).