A small, fast implementation of a bitset packing up to 65k Chars into 2k Ints (8k Bytes) but using less if the range of inputs is smaller.
A small, fast implementation of a bitset packing up to 65k Chars into 2k Ints (8k Bytes) but using less if the range of inputs is smaller.
Empirically seems to be a hell of a lot faster than immutable.Bitset, making the resultant parser up to 2x faster!
An trie node for quickly matching multiple strings which share the same prefix, one char at a time.
Convert a string to a C&P-able literal.
Convert a string to a C&P-able literal. Basically copied verbatim from the uPickle source code.