Tyler McMullen

Results 12 comments of Tyler McMullen

Think it would be worth doing two images? One for bleeding edge `master` commits, and another for stable once we start doing more regular releases?

Upon further thought, this doesn't interact well with the future pause and resume semantics. We'd end up trashing the call stack when we pause. So, there needs to be a...

Hey @ericboesch! Clearly I've been a delinquent maintainer of this (and other) projects the last few years. I'd be happy to give you push access to the gem itself, if...

@ericboesch let's find out! What is your email addy on rubygems.org?

Done. You should now have access.

The inability to enumerate all objects in the trie is a limitation of the underlying data structure implementation and is an intentional trade-off. This is using a dual-array trie, which...

They added the TrieIterator stuff a while ago, but it's implemented in the way I mentioned above. (See: https://github.com/kmike/datrie/blob/9e794aac1f68ebf920bd46e977825f374a64dc47/libdatrie/datrie/darray.c#L825-L830) I'd actually forgotten that I'd implemented the same thing really early...

I like the idea. If it's useful to you, please open a PR with the necessary patches. :)