http://www.perlmonks.org?node_id=885814


in reply to Re: Text CSV_XS memory crash
in thread Text CSV_XS memory crash

This code will complete in O(n ln n) time using O( m ) space, where n is the number of rows and m is the number of distinct unique element tracked for uniqueness.