Mazdak Farrokhzad

Results 185 comments of Mazdak Farrokhzad

> side note: #865 is linked in the PR description but it looks like that's a PR - typo? Not a typo. This PR subsumes that PR.

This isn't yet a clear win; so let's hold off on merging. We might want to consider one of: - https://crates.io/crates/flexstr - https://crates.io/crates/smol_str - https://crates.io/crates/arcstr

We discussed this yesterday and concluded that, for now: - the default format should be `json` - the I/D column should not be present for the initial update, as it...

@petrochenkov That just supports or-patterns; but afaik you cannot generate match arms (`pat (if expr?) => expr`) today...?

> Our unique constraints are implemented with indexes, and I'm not sure if we support indexing on no columns. Currently, we do not.

Yup, I got: ``` D:\programming\proptest\proptest-quickcheck-interop (master) λ cargo yank --vers 1.0.0 Updating registry `https://github.com/rust-lang/crates.io-index` Yank proptest-quickcheck-interop:1.0.0 error: failed to yank: failed to get a 200 OK response, got 502 headers:...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

Our most recent integration benchmarks trying out hash indices suggested that they did not actually gain any performance. However, microbenchmarks did suggest that there was a significant speedup. For cases...

Sounds like this could be really neat when dealing with things like "index to the player on the left" where you subtract when going to the left or the dining...

I think we should here first and foremost focus on semantics and not whether or not we should have a wrapper type around `usize` - that discussion is also nice...