mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
For single file storage we wrap the logic of get_multi with the at_once context manager so that `self.list()` (which is called by `self.get()`) actually caches the items rather than re-computing them at every call. This should largely mitigate the performance issue describe at https://github.com/pimutils/vdirsyncer/issues/818 . The issue discussion also contains more background about this patch. |
||
|---|---|---|
| .. | ||
| cli | ||
| storage | ||
| sync | ||
| __init__.py | ||
| __main__.py | ||
| exceptions.py | ||
| http.py | ||
| metasync.py | ||
| repair.py | ||
| utils.py | ||
| vobject.py | ||