John Chabot
John Chabot
I currently have implemented `.list()` and `.tuple()`. I should probably a `.hash()` method.
I'll take a look to see if I can come up with something that doesn't require `fast_trie` I'm sure there is still a way to speed snippet. I'm still relatively...
I poked around for a bit found a few other native trie extensions, and at least one pure ruby trie. I may try to quickly prototype that today to see...
I've pushed a new commit that takes the approach of your first suggestion going the manual route. I've added a new `ReqDiff` class that checks if `trie-fast` is available. If...
Good to hear it appears to not blow up on jruby. I'll try get some more time to figure out why some of theses tests are failing soon.
I've pushed a small push to resolve the conflict with master. I'm still trying to find why this test is failing. I can't say with much confidence but the test...
@castwide finally had some time to take a look into the into why these test were failing (actually using your vscode debugging extension). I did notice that jruby failed but...
I haven't done anything on this branch since my last update. There was a failing test but it didn't appear to me to have anything to do with my changes...
No worries, let me test it again locally and get some timing. Unfortunately the example I was testing on locally was our private repo which has ~10k files. I may...
I elaborated a bit in the PR, but I'm having one test, in a file indirectly related to changes I made fail. The good news is there is definitely a...