tkram01

Results 7 issues of tkram01

The docs indicate you need to call `JsoniterSpi.registerTypeDecoder(TestObject.class, ReflectionDecoderFactory.create(TestObject.class));` to enable reflection for a type but ReflectionDecoderFactory isn't a public class.

Could this be modified to randomize huge files instead of sort them much like "sort -R" does?

It would be nice to be able to restrict moves to only up/down/left/right

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...

bug
status:accepted
priority:high

Do you have any pointers on where to look into the code to parallelize it? I would like to run a large job over many CPUs.

Would it be possible to add a pointer (or int64) attribute type so we can easily attach pointers to more complicated objects to nodes and edges?

attributes

Is it possible to get a lazy iterator back from find_all or pass a predicate to for_each. I would like to be able to bail out of the iteration if...