Experiment: compare ZODB file-storage iteration with Python and Rust
Contents
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:
- the code runs slowly, and …