Taiki Endo
Taiki Endo
Currently, this is almost the same as the JSON serializer example that I previously wrote. Hopefully, I can get the rest of the implementation work done over the weekend and...
This is now ready for review.
triage: A variant of Value to handle this (Value::Displayable?) can be added later without API break, so there is no need to consider this as a blocker of 0.1.0.
Thanks @KodrAus! That benchmark is very useful. --- It seems that one of the problems is that the `escape` function is not inlined. Inlining the `escape` function would greatly improve...
The initial idea of valuable-serde had ToSerde (Serializable) and FromSerde, and IIRC this was needed when implementing FromSerde. In the end, only ToSerde (Serializable) was implemented, so it was deferred....
Currently, we are using a reference to the sender as an identifier, but I guess we can fix this by using the pointer that the sender points to as an...
@nils-van-zuijlen Please read previous comments (https://github.com/tokio-rs/bytes/issues/479#issuecomment-776539743 and https://github.com/tokio-rs/bytes/issues/479#issuecomment-778177512).
Closing -- fixed
Yeah, both of the currently submitted PRs seem to cause problems with the existing code when the threads are disabled.
Yeah, theoretically it would be more efficient to have no threads, but I don't see this as some kind of bug or problem that needs to be fixed in the...