Closed csukuangfj closed 1 year ago
I propose we should revisit whether it is necessary to use int64_t in computing suffix array in the underlying c++ implementation.
I think unint32_t or even uint16_t is enough. Maybe uint8_t is also enough if we split the text into smaller pieces.
I propose we should revisit whether it is necessary to use int64_t in computing suffix array in the underlying c++ implementation.
I think unint32_t or even uint16_t is enough. Maybe uint8_t is also enough if we split the text into smaller pieces.