You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those who are quite willing to comply with that last independent clause :-) and avoid the "very unsafe serialization library", how feasible would it be to make Abomonation an optional dependency? I don't mean to request any difficult overhaul of the code, if it would entail that, but perhaps it would not?
(This issue is more related to Timely rather than Differential)
It's possible to switch to bincode using the feature of the same name as the serialization layer, which will eliminate most of the Abomonation code from being used. Currently, the networked mode will still use Abomonation to serialize the network headers, but this part is less scary.
For those who are quite willing to comply with that last independent clause :-) and avoid the "very unsafe serialization library", how feasible would it be to make Abomonation an optional dependency? I don't mean to request any difficult overhaul of the code, if it would entail that, but perhaps it would not?
I see it was written in 2019 that
but I don't see how that flag (of
timely-dataflow
) would suffice to avoid the dependency on Abomonation.The text was updated successfully, but these errors were encountered: