dcapwell
dcapwell
Adds a new generator for ArrayList which avoids using `java.util.stream.Collector` when size is know ahead of time. What I see with list generators is that a lot of time is...
This PR adds a generate for `char[]` which avoids boxing (avoid using `Character`) and simple generators for base32 and geohash encoding.
I find that if I use the `basicMultilingualPlaneAlphabet` from the string dsl that I get back invalid UTF-8; to generate a UTF-8 gen I have the following in my code...