Hello,
I'm trying to index large sequences of integers (each character is guaranteed to be between [0,9]), but using any of the default node factories incurs a very large memory overhead.
What's the best way to implement NodeFactory to optimize memory usage?
Thanks in advance,
Giannis