hypertrie icon indicating copy to clipboard operation
hypertrie copied to clipboard

Custom separator

Open jmatsushita opened this issue 4 years ago • 0 comments

This allows to set an option { sep : mySeparator } when creating a hypertrie. This for instances allows to use Buffer.alloc(1) as a separator as when creating a sub hyperbee.

The test file is just the iterator.js test suite using Buffer.alloc(1) as a separator.

jmatsushita avatar Sep 27 '21 16:09 jmatsushita