Jon Gjengset

Results 867 comments of Jon Gjengset

cc @rustworthy in case you know

Closed by https://github.com/jonhoo/faktory-rs/pull/59

@cuviper Since you're offering, one thing I was actually wondering was whether we can somehow take advantage of the fact that the map supports fully concurrent access. Since non-concurrent maps...

I suspect maybe the answer has to do with some of the traits in `iter/plumbing`, but not sure?

Ah, this has been fixed in the 11.X alpha already! The thing holding 11.X back is https://github.com/jonhoo/evmap/issues/12 — if you want to try for a fix for that issue, I'd...

Ah, I see, `hashbrown` is forced for first [reduce](https://github.com/rust-lang/hashbrown/blob/b8c34c96924ccfbe79a09d0ffc01d0744a42afcb/src/external_trait_impls/rayon/helpers.rs#L7) and then use one core to build the map, whereas we don't have to do that. Neat!

The best way is probably to just split the list of bins in two: the "high" bins and the "low" bins.

Glad to hear you're enjoying it! While it should be possible to monitor a local `maildir` using something like `inotify(7)` on Linux, it's a fairly different model than what `hasmail`...

Because I find Rust a nicer language to work with than Go.