antvis / layout

Layout algorithms for graphs.
193 stars 55 forks source link

feat: dagre rust impl #184

Closed xiaoiver closed 10 months ago

xiaoiver commented 11 months ago

参考 dagre.js 的 JS 版本,用 rust 实现: https://www.yuque.com/antv/ou292n/mp5lc6vnvgsn2tfd#OM7aP

benchmarks

2k nodes & 1k edges 4.4s vs 1.7s

截屏2023-10-10 下午2 50 09
k644606347 commented 10 months ago

牛哇,重写dagre,dagre那代码看得我脑壳疼,其实布局上感觉elk更好看些