eliad-wiz
Results
3
comments of
eliad-wiz
the &str impl uses some specific optimization for slices: ```rust impl Valuable for &'_ str { fn as_value(&self) -> Value
sorry for not mentioning it, but the reason is parallelism, as you mentioned. i don't like the "parallel for" syntax too much, as there's no reason to specialize it. something...
@softprops do you plan releasing a new version (and publishing to crates.io)?