image-infomatics / reneu

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

serialization of disjoint sets #77

Open xiuliren opened 2 years ago

xiuliren commented 2 years ago

currently, we rely on array transformation. it is pretty slow for large disjoint sets. The Boost serialization is not working for now. I did not find support of boost disjoint sets for boost serialization! We might need to rewrite this data structure ourselves.

xiuliren commented 2 years ago

rewrote the disjoint sets and implemented the serialization, but the file can not be read in python! https://github.com/brain-map/reneu/pull/81