Steven Fackler
Steven Fackler
@joshtriplett - yep, that approach was discussed up above. The thought for the current implementation is that the caller isn't going to care about the contents of the buffers slice...
Yep, that definitely sounds reasonable!
It's definitely possible, though it'll be a bit interesting to see how to configure it at compile time. It is worth noting that the current algorithm appears to need a...
I haven't tried, but I think SeaHash is supposed to produce pretty high quality output so I wouldn't be surprised if it did.
There isn't a super straightforward way to do this, unfortunately. Syntax extensions run before the compiler knows what types things have, so there's nothing implying that the `15` in ```...
We could absolutely treat unsuffixed integers as i32, but I'd be worried that the behavior would be confusing for people used to those types "actually" being inferred. In the u64...
It seems like you can have the PhfHash implementation take care of looking for the null terminator as it's hashing?
@phillebaba Is there anything blocking this from merging?
Can internal deployment tools cope with 1.1 yet?