image-infomatics / reneu

build and analyze REal NEUral networks
Apache License 2.0
1 stars 0 forks source link

speedup agglomeration and memory usage optimization #43

Closed xiuliren closed 3 years ago

xiuliren commented 4 years ago

building the dendrogram seems slow, we need some speed up.

xiuliren commented 3 years ago

the speed is fine after changing from boost::flat_map to std::map