gokv icon indicating copy to clipboard operation
gokv copied to clipboard

Add implementation for Pudge

Open recoilme opened this issue 6 years ago • 2 comments

https://github.com/recoilme/pudge

recoilme avatar Feb 08 '19 14:02 recoilme

Thanks for the feature request!

Pudge looks great and the performance is impressive. I see that similar to gokv Pudge accepts structs as well and you use gob to (un-)marshal it, so I'll have to see how I can make it work with the github.com/philippgille/gokv/encoding package, which allows the package user to choose if he wants to use Gob or JSON (or XML or others in the future), which I'd like to use for each implementation.

philippgille avatar Feb 12 '19 20:02 philippgille

Thank you! Feel free to ask me if you will have questions

recoilme avatar Feb 12 '19 21:02 recoilme