Re: Exploring using Rust for implementing a faster ZEO server.
wilk <[email protected]>
| Newsgroups | gmane.comp.web.zope.zodb |
|---|---|
| Message-ID | <[email protected]> |
On 25-09-2016, Jim Fulton wrote: > I'm exploring using Rust to implement a faster ZEO server. To do a > quick performance comparison, I implemented a file-storage iterator in > Rust. It's about 20x faster (40x excluding system time) than the > Python version. > > Here's a write-up: > > http://jimfulton.info/site/2016/Sep/25/experiment-compare-zodb-file-storage-iteration-with-python-and-rust/ Very interresting, thanks to share your experience. You mention often Go. Did you try it also ? I think the storage part will not offer anything but maybe the server part will be easier to code ? I don't know Rust, but in Go I was surprise how it was easy to turn anything to a very efficient server without any external dependency. -- William -- You received this message because you are subscribed to the Google Groups "zodb" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.