]> granicus.if.org Git - graphviz/commit
neatogen: remove upfront allocation of trigraph edges
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 18 Nov 2022 01:27:12 +0000 (17:27 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Nov 2022 05:29:08 +0000 (21:29 -0800)
commit544efc06034f4a0116e5b599474a9010c6efc570
tree146cd80f83777a29a952c3c90ad1dd5622acbff3
parent6fce56b134a6b98cb868453a7618c8b3e960bdb9
neatogen: remove upfront allocation of trigraph edges

Following on from fc465488e1e62fe5ef879b379a07ef272431f400, this removes
assumptions about how many total edges will be generated by this algorithm. New
edges are now allocated on demand when appending.
lib/neatogen/multispline.c