Jim Fulton
  • Open-Source Projects
  • Blog

Experiment: compare ZODB file-storage iteration with Python and Rust

Date Sun 25 September 2016 Tags ZODB / ZEO / Rust

Contents

  • Introduction
  • Comparison
  • Working through data sharing
  • Non-nested iterator
  • Error handling
  • Error handling and iteration
  • Summary

Introduction

ZEO [1] storage servers, are slower than they should be. When benchmarking ZEO, storage servers are routinely CPU bound. The two biggest reasons for this appear to be:

  1. the code runs slowly, and …
more ...

  • Social

    • github
    • linkedin
    • twitter

© 2016 Jim Fulton · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top