Jerome Froelich

Results 54 comments of Jerome Froelich

Hey! Thanks for the interest in the project. Unfortunately, I just don't have the time to maintain it anymore. I'd be more than happy to accept PRs, but I won't...

Hey @Ralith! I don't think I have a clear grasp of what your use case is. Would you mind providing an example? From what I do understand, it sounds like...

Gotcha, definitely seems useful! I'll take a crack at it when I get some cycles, but it will probably be a larger change so I don't anticipate I'll be able...

Hi @volfco, thanks for the issue! I'm not sure either why the first example would just hang, that seems very odd! I think you're second example is the right approach...

Hi @marmeladema! It's no bother at all! I just took a look at your crate, and I think it's a great approach! I'd be happy to add a comment to...

> Maybe it's a bit too soon though, I'd like some more people to look at it / use it. Sounds good. We can circle back whenever you feel it's...

This is a great question! Admittedly, when I first started working on this project, I intended it to be a learning experience so I didn't focus on performance very much....

Great, thanks for the references! Hopefully benchmarking and profiling will reveal some quick wins, anything more extensive might be better left for a new crate which implements the same interface.

Interesting, it sounds like you could use some form of MVCC so that you could get an iterator over the keys at a certain point in time and continue to...

Hi @rohitjoshi! I can't think of a better way currently than to get an `iter` to iterate over all the keys. To be able to get an `iter` at a...