You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, BytesTrie can't be implemented with the current version of libdatrie. The maximum size of the alphabet supported by the library is 255 (and not 256), therefore we can't store an arbitrary sequence of bytes.
I've emailed @thep about the issue but got no reply so far.
It would be great to have a new class that would support storing sequences of integers in a defined range as keys rather than only unicode.
The text was updated successfully, but these errors were encountered: