Re: [protobuf] New Ruby Protocol Buffers library

2010-10-28 Thread Jason Hsueh
Looks like Kenton didn't get around to this, so I added it to the wiki.

On Wed, Oct 27, 2010 at 11:48 AM, Brian Palmer br...@codekitchen.netwrote:

 I think just the github page for the project would be great. Thanks!

 http://github.com/mozy/ruby-protocol-buffers

 -- Brian

 On Oct 26, 2010, at 10:56 PM, Kenton Varda wrote:

 I'd like to add this to the third-party wiki, but I'm not sure which link
 to use.  Can you suggest (or create) a general-purpose landing page?

 On Thu, Oct 21, 2010 at 10:02 AM, Brian Palmer br...@codekitchen.netwrote:

 Mozy has just open sourced their implementation of Protocol Buffers
 for Ruby. The implementation has been in use internally at Mozy for
 over a year. This implementation has put a lot of focus on
 serialization/deserialization performance, and completeness.

 The ruby protobuf compiler calls out to protoc to do the heavy
 lifting, so it's using the same parser as the official compiler. It
 looks like now there's a plugin system for protoc itself, so if we
 were writing this project today we probably would've just made the
 compile-to-ruby functionality a plugin.

 Enjoy!

 The repo: http://github.com/mozy/ruby-protocol-buffers
 The gem: https://rubygems.org/gems/ruby-protocol-buffers
 The docs: http://rubydoc.info/gems/ruby-protocol-buffers/0.8.4/frames

 -- Brian Palmer

 --
 You received this message because you are subscribed to the Google Groups
 Protocol Buffers group.
 To post to this group, send email to proto...@googlegroups.com.
 To unsubscribe from this group, send email to
 protobuf+unsubscr...@googlegroups.comprotobuf%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/protobuf?hl=en.



  --
 You received this message because you are subscribed to the Google Groups
 Protocol Buffers group.
 To post to this group, send email to proto...@googlegroups.com.
 To unsubscribe from this group, send email to
 protobuf+unsubscr...@googlegroups.comprotobuf%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/protobuf?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



Re: [protobuf] New Ruby Protocol Buffers library

2010-10-27 Thread Brian Palmer
I think just the github page for the project would be great. Thanks!

http://github.com/mozy/ruby-protocol-buffers

-- Brian

On Oct 26, 2010, at 10:56 PM, Kenton Varda wrote:

 I'd like to add this to the third-party wiki, but I'm not sure which link to 
 use.  Can you suggest (or create) a general-purpose landing page?
 
 On Thu, Oct 21, 2010 at 10:02 AM, Brian Palmer br...@codekitchen.net wrote:
 Mozy has just open sourced their implementation of Protocol Buffers
 for Ruby. The implementation has been in use internally at Mozy for
 over a year. This implementation has put a lot of focus on
 serialization/deserialization performance, and completeness.
 
 The ruby protobuf compiler calls out to protoc to do the heavy
 lifting, so it's using the same parser as the official compiler. It
 looks like now there's a plugin system for protoc itself, so if we
 were writing this project today we probably would've just made the
 compile-to-ruby functionality a plugin.
 
 Enjoy!
 
 The repo: http://github.com/mozy/ruby-protocol-buffers
 The gem: https://rubygems.org/gems/ruby-protocol-buffers
 The docs: http://rubydoc.info/gems/ruby-protocol-buffers/0.8.4/frames
 
 -- Brian Palmer
 
 --
 You received this message because you are subscribed to the Google Groups 
 Protocol Buffers group.
 To post to this group, send email to proto...@googlegroups.com.
 To unsubscribe from this group, send email to 
 protobuf+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/protobuf?hl=en.
 
 

-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



Re: [protobuf] New Ruby Protocol Buffers library

2010-10-26 Thread Kenton Varda
I'd like to add this to the third-party wiki, but I'm not sure which link to
use.  Can you suggest (or create) a general-purpose landing page?

On Thu, Oct 21, 2010 at 10:02 AM, Brian Palmer br...@codekitchen.netwrote:

 Mozy has just open sourced their implementation of Protocol Buffers
 for Ruby. The implementation has been in use internally at Mozy for
 over a year. This implementation has put a lot of focus on
 serialization/deserialization performance, and completeness.

 The ruby protobuf compiler calls out to protoc to do the heavy
 lifting, so it's using the same parser as the official compiler. It
 looks like now there's a plugin system for protoc itself, so if we
 were writing this project today we probably would've just made the
 compile-to-ruby functionality a plugin.

 Enjoy!

 The repo: http://github.com/mozy/ruby-protocol-buffers
 The gem: https://rubygems.org/gems/ruby-protocol-buffers
 The docs: http://rubydoc.info/gems/ruby-protocol-buffers/0.8.4/frames

 -- Brian Palmer

 --
 You received this message because you are subscribed to the Google Groups
 Protocol Buffers group.
 To post to this group, send email to proto...@googlegroups.com.
 To unsubscribe from this group, send email to
 protobuf+unsubscr...@googlegroups.comprotobuf%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/protobuf?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



[protobuf] New Ruby Protocol Buffers library

2010-10-21 Thread Brian Palmer
Mozy has just open sourced their implementation of Protocol Buffers
for Ruby. The implementation has been in use internally at Mozy for
over a year. This implementation has put a lot of focus on
serialization/deserialization performance, and completeness.

The ruby protobuf compiler calls out to protoc to do the heavy
lifting, so it's using the same parser as the official compiler. It
looks like now there's a plugin system for protoc itself, so if we
were writing this project today we probably would've just made the
compile-to-ruby functionality a plugin.

Enjoy!

The repo: http://github.com/mozy/ruby-protocol-buffers
The gem: https://rubygems.org/gems/ruby-protocol-buffers
The docs: http://rubydoc.info/gems/ruby-protocol-buffers/0.8.4/frames

-- Brian Palmer

-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.