jorgehermo9 commented on PR #6366:
URL: https://github.com/apache/opendal/pull/6366#issuecomment-3696706178

   and btw @flaneur2020 I think we should avoid manually 
serialization/deserialization and just use things such as `bincode`. Manually 
implementing it can lead to hard to debug errors such as the one depicted in 
https://github.com/apache/opendal/pull/6366#discussion_r2259605008. I'm against 
"reinventing the wheel", and given `bincode` is very mature in the ecosystem, 
I'd use it.
   
   I think `foyer` has a feature to enable auto-serialization/deserialization 
on cache key/values which is based on bincode, so we might don't have to write 
any code  (I think that is the `serde` feature? @MrCroxx )


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to