Thank you for the heads-up, Tatu! Glad to see the spec is
still active & interesting to so many folks!
I was wondering, what are the most in-demand client libraries?
I'm thinking of possibly pitching in some Smile code this summer.
BTW, I gave Smile a shout out in a presentation on building efficient
key value stores last month. Hopefully I got it right, and more folks
will be getting into Smile! :)
https://speakerdeck.com/sunnygleason/practical-tips-for-using-mysql-as-a-key-value-store
On Sun, May 12, 2013 at 3:59 PM, Sunny Gleason <sunny....@gmail.com> wrote:
Thank you for the heads-up, Tatu! Glad to see the spec is
still active & interesting to so many folks!
Agreed. And in this case, possible adoption is due to good experience on Android side, with Java codec.
So hopefully success begets success. :)
I was wondering, what are the most in-demand client libraries?
I'm thinking of possibly pitching in some Smile code this summer.
I think completing C codec (https://github.com/pierre/libsmile) is at the top of the list, including bindings for other languages. I have gotten requests for Javascript codec as well -- quite a bit more challenging, but apparently browsers nowadays finally have some means to access binary data (plus theres the Node platform, which should have decent binary access anyway).
And C# would make sense.
BTW, I gave Smile a shout out in a presentation on building efficient
key value stores last month. Hopefully I got it right, and more folks
will be getting into Smile! :)
https://speakerdeck.com/sunnygleason/practical-tips-for-using-mysql-as-a-key-value-store
Great! Thanks for the link, need to read it.