TheIronSubliamte

Results 2 comments of TheIronSubliamte

I also meet this issue when I read a 200M yaml file. In OpenCV, cv::FileNode::operator[](int) and cv::FileNodeIterator::operator+=(int) has O(n) time complexity. So I changed fn[i] to iterator.The total time complexity...